prithivMLmods commited on
Commit
cd0f63a
·
verified ·
1 Parent(s): aec1452

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -144,7 +144,6 @@ def model_inference(input_dict, history, use_rolmocr=False):
144
  examples = [
145
  [{"text": "OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
146
  [{"text": "Explain the Ad in Detail", "files": ["examples/videoplayback.mp4"]}],
147
- [{"text": "OCR the Image", "files": ["rolm/3.jpeg"]}],
148
  [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
149
  ]
150
 
 
144
  examples = [
145
  [{"text": "OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
146
  [{"text": "Explain the Ad in Detail", "files": ["examples/videoplayback.mp4"]}],
 
147
  [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
148
  ]
149