Update README.md (#2)
Browse files- Update README.md (201161704f6f2a9579e26b0f4948ce9173bf2824)
Co-authored-by: Gen Luo <[email protected]>
README.md
CHANGED
@@ -210,7 +210,7 @@ print(f'User: {question}\nAssistant: {response}')
|
|
210 |
question = 'Please write a poem according to the image.'
|
211 |
response, history = model.chat(tokenizer, pixel_values, question, generation_config, history=history, return_history=True)
|
212 |
print(f'User: {question}\nAssistant: {response}')
|
213 |
-
|
214 |
|
215 |
## License
|
216 |
|
|
|
210 |
question = 'Please write a poem according to the image.'
|
211 |
response, history = model.chat(tokenizer, pixel_values, question, generation_config, history=history, return_history=True)
|
212 |
print(f'User: {question}\nAssistant: {response}')
|
213 |
+
```
|
214 |
|
215 |
## License
|
216 |
|