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