Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def pollinations_url_seedless(a, width=512, height=512):
|
|
24 |
def interrogate(img):
|
25 |
result = grclient.predict(
|
26 |
input_image=file(img),
|
27 |
-
|
28 |
custom_prompt="Analyze this image like an art critic would with information about its composition, style, symbolism, the use of color, light, any artistic movement it might belong to, etc. Keep it very long.",
|
29 |
api_name="/stream_chat"
|
30 |
)
|
|
|
24 |
def interrogate(img):
|
25 |
result = grclient.predict(
|
26 |
input_image=file(img),
|
27 |
+
name_input="Hello!!",
|
28 |
custom_prompt="Analyze this image like an art critic would with information about its composition, style, symbolism, the use of color, light, any artistic movement it might belong to, etc. Keep it very long.",
|
29 |
api_name="/stream_chat"
|
30 |
)
|