prithivMLmods commited on
Commit
fc2b759
·
verified ·
1 Parent(s): b14f463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,8 +226,8 @@ def generate_video(model_name: str, text: str, video_path: str,
226
 
227
  # Define examples for image and video inference
228
  image_examples = [
 
229
  ["Fill the correct numbers", "images/image3.png"],
230
- ["Extract it as a table for README.md", "images/image0.jpg"],
231
  ["Explain the scene", "images/image2.jpg"],
232
  ["OCR the image", "images/image1.png"]
233
  ]
 
226
 
227
  # Define examples for image and video inference
228
  image_examples = [
229
+ ["Explain the doc[table] in detail.", "images/image0.jpg"],
230
  ["Fill the correct numbers", "images/image3.png"],
 
231
  ["Explain the scene", "images/image2.jpg"],
232
  ["OCR the image", "images/image1.png"]
233
  ]