Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,11 +25,8 @@ def infer(image_input):
|
|
| 25 |
print(caption)
|
| 26 |
|
| 27 |
llama_q = f"""
|
| 28 |
-
I'll give you a simple image caption, from i want you to provide a story that would fit well with the image
|
| 29 |
-
|
| 30 |
-
Here's the image description :
|
| 31 |
-
|
| 32 |
-
{caption}
|
| 33 |
|
| 34 |
"""
|
| 35 |
|
|
|
|
| 25 |
print(caption)
|
| 26 |
|
| 27 |
llama_q = f"""
|
| 28 |
+
I'll give you a simple image caption, from i want you to provide a story that would fit well with the image:
|
| 29 |
+
'{caption}'
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
"""
|
| 32 |
|