Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|