Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,10 @@ def infer(image_input, audience):
|
|
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 |
-
gr.Info('Calling
|
43 |
#result = client.predict(
|
44 |
# llama_q, # str in 'Message' Textbox component
|
45 |
# "I2S",
|
|
|
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 ...')
|
44 |
#result = client.predict(
|
45 |
# llama_q, # str in 'Message' Textbox component
|
46 |
# "I2S",
|