update app
Browse files
app.py
CHANGED
|
@@ -379,10 +379,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
| 379 |
image_examples = [
|
| 380 |
["Extract the full page.", "images/ocr.png"],
|
| 381 |
["Extract the content.", "images/4.png"],
|
| 382 |
-
["
|
| 383 |
-
["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
|
| 384 |
-
["Perform OCR on the Image.", "images/1.jpg"],
|
| 385 |
-
["Extract the table content.", "images/2.png"]
|
| 386 |
]
|
| 387 |
|
| 388 |
video_examples = [
|
|
|
|
| 379 |
image_examples = [
|
| 380 |
["Extract the full page.", "images/ocr.png"],
|
| 381 |
["Extract the content.", "images/4.png"],
|
| 382 |
+
["Convert this page to doc [table] precisely for markdown.", "images/0.png"]
|
|
|
|
|
|
|
|
|
|
| 383 |
]
|
| 384 |
|
| 385 |
video_examples = [
|