Update README.md
Browse files
README.md
CHANGED
|
@@ -133,6 +133,7 @@ infer_requests = [
|
|
| 133 |
|
| 134 |
resp = engine.infer(infer_requests, req_cfg)
|
| 135 |
print(resp[0].choices[0].message.content)
|
|
|
|
| 136 |
|
| 137 |
👉 See detailed examples in the [Colab usage notebook](https://colab.research.google.com/github/Simula/Kvasir-VQA-x1/blob/main/notebooks/usage.ipynb).
|
| 138 |
|
|
|
|
| 133 |
|
| 134 |
resp = engine.infer(infer_requests, req_cfg)
|
| 135 |
print(resp[0].choices[0].message.content)
|
| 136 |
+
```
|
| 137 |
|
| 138 |
👉 See detailed examples in the [Colab usage notebook](https://colab.research.google.com/github/Simula/Kvasir-VQA-x1/blob/main/notebooks/usage.ipynb).
|
| 139 |
|