prithivMLmods commited on
Commit
e791f39
·
verified ·
1 Parent(s): cee9eee

Update app.py

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