bczhou commited on
Commit
7bfd30f
1 Parent(s): 0ec2004

edit description.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ description = """
38
  ### Expand GPT2's language capabilities to vision with CLIP!
39
  ### Tips:
40
  - When no image is provided, the model degrades to a vanilla GPT2-Large!
41
- - When no description is provided, the model automatically generates a caption for this image.
42
  - Try appending 'Answer:' after your question, the model is more likely to give desired outputs this way.
43
  """
44
  demo = gr.Interface(
 
38
  ### Expand GPT2's language capabilities to vision with CLIP!
39
  ### Tips:
40
  - When no image is provided, the model degrades to a vanilla GPT2-Large!
41
+ - When no description is provided, the model automatically generates a caption for the provided image.
42
  - Try appending 'Answer:' after your question, the model is more likely to give desired outputs this way.
43
  """
44
  demo = gr.Interface(