Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ def model_inference(message, history, use_docscopeocr):
|
|
| 147 |
|
| 148 |
# Gradio Interface
|
| 149 |
examples = [
|
| 150 |
-
[{"text": "OCR the Text in the Image", "files": ["example/image.
|
| 151 |
[{"text": "Explain the video, frame by frame.", "files": ["example/demo1.mp4"]}],
|
| 152 |
[{"text": "Describe the ad in detail.", "files": ["example/demo2.mp4"]}],
|
| 153 |
]
|
|
|
|
| 147 |
|
| 148 |
# Gradio Interface
|
| 149 |
examples = [
|
| 150 |
+
[{"text": "OCR the Text in the Image", "files": ["example/image.jpg"]}],
|
| 151 |
[{"text": "Explain the video, frame by frame.", "files": ["example/demo1.mp4"]}],
|
| 152 |
[{"text": "Describe the ad in detail.", "files": ["example/demo2.mp4"]}],
|
| 153 |
]
|