Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|