Ifeanyi commited on
Commit
74df208
1 Parent(s): 0911b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def ImageChat(image):
17
  else:
18
  img = PIL.Image.open(image)
19
 
20
- response = model.generate_content(["write a short, exciting, captivating, and funny adventure story about the image", img])
21
 
22
  return response.text
23
 
 
17
  else:
18
  img = PIL.Image.open(image)
19
 
20
+ response = model.generate_content(["write a short story about the image", img])
21
 
22
  return response.text
23