prithivMLmods commited on
Commit
429cdf5
·
verified ·
1 Parent(s): 006f4a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def generate_video(model_name: str, text: str, video_path: str,
207
 
208
  # Define examples for image and video inference
209
  image_examples = [
210
- ["OCR the table for readme.md ....", "example/image1.png"],
211
  ["Explain the scene", "example/image2.jpg"],
212
  ["Fill the correct numbers", "example/image3.png"],
213
  ]
 
207
 
208
  # Define examples for image and video inference
209
  image_examples = [
210
+ ["OCR the table", "example/image1.png"],
211
  ["Explain the scene", "example/image2.jpg"],
212
  ["Fill the correct numbers", "example/image3.png"],
213
  ]