fffiloni commited on
Commit
063a58d
·
verified ·
1 Parent(s): bdf4e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def infer(image_input, audience):
64
  llama_q = f"""
65
  I'll give you a simple image caption, please provide a fictional story for a {audience} audience that would fit well with the image. Please be creative, do not worry and only generate a cool fictional story.
66
  Here's the image description:
67
- '{clipi_result[0]}'
68
 
69
  """
70
  gr.Info('Calling Llama2 ...')
 
64
  llama_q = f"""
65
  I'll give you a simple image caption, please provide a fictional story for a {audience} audience that would fit well with the image. Please be creative, do not worry and only generate a cool fictional story.
66
  Here's the image description:
67
+ '{clipi_result}'
68
 
69
  """
70
  gr.Info('Calling Llama2 ...')