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