Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -197,6 +197,7 @@ def model_inference(input_dict, history):
|
|
197 |
# Gradio Interface
|
198 |
examples = [
|
199 |
[{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
|
|
|
200 |
[{"text": "@RolmOCR OCR the Image", "files": ["rolm/3.jpeg"]}],
|
201 |
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
202 |
[{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
|
|
|
197 |
# Gradio Interface
|
198 |
examples = [
|
199 |
[{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
|
200 |
+
[{"text": "@RolmOCR Explain the Ad in Detail", "files": ["examples/videoplayback.mp4"]}],
|
201 |
[{"text": "@RolmOCR OCR the Image", "files": ["rolm/3.jpeg"]}],
|
202 |
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
203 |
[{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
|