cedpsam commited on
Commit
7921e85
·
verified ·
1 Parent(s): a84048e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )