SushantGautam commited on
Commit
79e7775
·
verified ·
1 Parent(s): 507f604

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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