prithivMLmods commited on
Commit
2c3ed11
·
verified ·
1 Parent(s): e29072f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- ["fill the correct numbers", "example/image3.png"],
289
- ["ocr the image", "example/image1.png"],
290
- ["explain the scene", "example/image2.jpg"],
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 = [