Update README.md
Browse files
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
|
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.
|
|
|
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.
|