prithivMLmods commited on
Commit
a04c465
·
verified ·
1 Parent(s): 6c26a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpeg", "Nanonets-OCR-s"],
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