wonwizard commited on
Commit
95f4eea
·
1 Parent(s): 60d10f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 Llama2 ...')
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",