Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -215,6 +215,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
215 |
|
216 |
# Define examples for image and video inference
|
217 |
image_examples = [
|
|
|
218 |
["Perform OCR on the Image.", "images/1.jpg"],
|
219 |
["Extract the table content", "images/2.png"]
|
220 |
]
|
|
|
215 |
|
216 |
# Define examples for image and video inference
|
217 |
image_examples = [
|
218 |
+
["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
|
219 |
["Perform OCR on the Image.", "images/1.jpg"],
|
220 |
["Extract the table content", "images/2.png"]
|
221 |
]
|