Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -285,9 +285,9 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
285 |
|
286 |
# Define examples for image and video inference
|
287 |
image_examples = [
|
288 |
-
["
|
289 |
-
["
|
290 |
-
["
|
291 |
]
|
292 |
|
293 |
video_examples = [
|
|
|
285 |
|
286 |
# Define examples for image and video inference
|
287 |
image_examples = [
|
288 |
+
["Convert this page to docling", "images/1.png"],
|
289 |
+
["OCR the image", "images/2.jpg"],
|
290 |
+
["Convert this page to docling", "images/3.png"],
|
291 |
]
|
292 |
|
293 |
video_examples = [
|