Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -34,10 +34,10 @@ def infer(image_input, audience):
|
|
34 |
|
35 |
|
36 |
llama_q = f"""
|
37 |
-
|
38 |
Here's the image description:
|
39 |
'{clipi_result[0]}'
|
40 |
-
한국어로 답변해줘.
|
41 |
|
42 |
"""
|
43 |
gr.Info('Calling ChatGPT, 이야기를 만들고 있습니다...')
|
|
|
34 |
|
35 |
|
36 |
llama_q = f"""
|
37 |
+
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.
|
38 |
Here's the image description:
|
39 |
'{clipi_result[0]}'
|
40 |
+
한국어로 답변해줘.
|
41 |
|
42 |
"""
|
43 |
gr.Info('Calling ChatGPT, 이야기를 만들고 있습니다...')
|