echo840 commited on
Commit
6487a89
1 Parent(s): 5d1772a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,8 +58,8 @@ We also provide the source code and the model weight for the original demo, allo
58
 
59
  In order to generate more detailed captions, we provide some prompt examples so that you can conduct more interesting explorations. You can modify these two variables in the `caption` function to implement different prompt inputs for the caption task, as shown below:
60
  ```
61
- query = "Generate the detailed caption in English. Answer:"
62
- chat_query = "Generate the detailed caption in English. Answer:"
63
  ```
64
  - Generate the detailed caption in English.
65
  - Explain the visual content of the image in great detail.
 
58
 
59
  In order to generate more detailed captions, we provide some prompt examples so that you can conduct more interesting explorations. You can modify these two variables in the `caption` function to implement different prompt inputs for the caption task, as shown below:
60
  ```
61
+ query = "Generate the detailed caption in English: "
62
+ chat_query = "Generate the detailed caption in English: "
63
  ```
64
  - Generate the detailed caption in English.
65
  - Explain the visual content of the image in great detail.