prithivMLmods commited on
Commit
e9cd659
·
verified ·
1 Parent(s): 9c07266

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def generate_video(model_name: str, text: str, video_path: str,
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"]
 
226
 
227
  # Define examples for image and video inference
228
  image_examples = [
229
+ ["Explain the doc[table] in detail.", "images/0.png"],
230
  ["Fill the correct numbers", "images/image3.png"],
231
  ["Explain the scene", "images/image2.jpg"],
232
  ["OCR the image", "images/image1.png"]