Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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 ...')
|