prithivMLmods commited on
Commit
fe53161
·
verified ·
1 Parent(s): f90cc91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ def generate_video(model_name: str, text: str, video_path: str,
246
 
247
  # Define examples for image and video inference
248
  image_examples = [
249
- ["Explain the doc[table] in detail.", "images/ocr.png"],
250
  ["Extract the content.", "images/4.png"],
251
  ["Explain the scene.", "images/3.jpg"],
252
  ["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
 
246
 
247
  # Define examples for image and video inference
248
  image_examples = [
249
+ ["Extract the full page.", "images/ocr.png"],
250
  ["Extract the content.", "images/4.png"],
251
  ["Explain the scene.", "images/3.jpg"],
252
  ["Convert this page to doc [table] precisely for markdown.", "images/0.png"],