Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -302,8 +302,8 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
302 |
|
303 |
# Define examples for image and video inference
|
304 |
image_examples = [
|
305 |
-
["Convert this page to docling", "images/1.png"],
|
306 |
["OCR the image", "images/2.jpg"],
|
|
|
307 |
["Convert this page to docling", "images/3.png"],
|
308 |
["Convert chart to OTSL.", "images/4.png"],
|
309 |
["Convert code to text", "images/5.jpg"],
|
|
|
302 |
|
303 |
# Define examples for image and video inference
|
304 |
image_examples = [
|
|
|
305 |
["OCR the image", "images/2.jpg"],
|
306 |
+
["Convert this page to docling", "images/1.png"],
|
307 |
["Convert this page to docling", "images/3.png"],
|
308 |
["Convert chart to OTSL.", "images/4.png"],
|
309 |
["Convert code to text", "images/5.jpg"],
|