fffiloni commited on
Commit
3b617f3
1 Parent(s): 1b02803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def infer(image_input):
33
 
34
  llama_q = f"""
35
  I'll give you a simple image caption, from i want you to provide a story that would fit well with the image:
36
- '{clipi_result}'
37
 
38
  """
39
 
 
33
 
34
  llama_q = f"""
35
  I'll give you a simple image caption, from i want you to provide a story that would fit well with the image:
36
+ '{clipi_result[0]}'
37
 
38
  """
39