bczhou commited on
Commit
0f673fc
·
1 Parent(s): 044ac1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ article = "This demo is originated from this paper: [original paper](https://arx
37
  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 the provided image.
42
  - Try appending 'Answer:' after your question, the model is more likely to give desired outputs this way.
 
37
  description = """
38
  ### Expand GPT2's language capabilities to vision with CLIP!
39
  ### Tips:
40
+ - Only English is supported.
41
  - When no image is provided, the model degrades to a vanilla GPT2-Large!
42
  - When no description is provided, the model automatically generates a caption for the provided image.
43
  - Try appending 'Answer:' after your question, the model is more likely to give desired outputs this way.