prithivMLmods commited on
Commit
3a3fbaf
·
verified ·
1 Parent(s): 8f7bf5f

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -379,10 +379,7 @@ def generate_video(model_name: str, text: str, video_path: str,
379
  image_examples = [
380
  ["Extract the full page.", "images/ocr.png"],
381
  ["Extract the content.", "images/4.png"],
382
- ["Explain the scene.", "images/3.jpg"],
383
- ["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
384
- ["Perform OCR on the Image.", "images/1.jpg"],
385
- ["Extract the table content.", "images/2.png"]
386
  ]
387
 
388
  video_examples = [
 
379
  image_examples = [
380
  ["Extract the full page.", "images/ocr.png"],
381
  ["Extract the content.", "images/4.png"],
382
+ ["Convert this page to doc [table] precisely for markdown.", "images/0.png"]
 
 
 
383
  ]
384
 
385
  video_examples = [