Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def infer(image_input, audience):
|
|
33 |
|
34 |
|
35 |
llama_q = f"""
|
36 |
-
I'll give you a simple image caption, please provide a story for a {audience} audience that would fit well with the image. Please be creative and only generate a fictional story
|
37 |
Here's the image description:
|
38 |
'{clipi_result[0]}'
|
39 |
|
|
|
33 |
|
34 |
|
35 |
llama_q = f"""
|
36 |
+
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.
|
37 |
Here's the image description:
|
38 |
'{clipi_result[0]}'
|
39 |
|