Update app.py
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
| 246 |
|
| 247 |
# Define examples for image and video inference
|
| 248 |
image_examples = [
|
| 249 |
-
["
|
| 250 |
["Extract the content.", "images/4.png"],
|
| 251 |
["Explain the scene.", "images/3.jpg"],
|
| 252 |
["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
|
|
|
|
| 246 |
|
| 247 |
# Define examples for image and video inference
|
| 248 |
image_examples = [
|
| 249 |
+
["Extract the full page.", "images/ocr.png"],
|
| 250 |
["Extract the content.", "images/4.png"],
|
| 251 |
["Explain the scene.", "images/3.jpg"],
|
| 252 |
["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
|