JUNGU commited on
Commit
b065915
·
1 Parent(s): 5648c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ def infer(image_input, audience):
34
 
35
 
36
  llama_q = f"""
37
- You are now a professional short story writer. 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
- 한국어로 답변해줘. 이야기를 3줄로 요약해줘
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, 이야기를 만들고 있습니다...')