prithivMLmods commited on
Commit
97635b6
·
verified ·
1 Parent(s): 2adb6bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,9 +208,9 @@ def generate_video(model_name: str, text: str, video_path: str,
208
 
209
  # Define examples for image and video inference
210
  image_examples = [
 
211
  ["ocr the image", "example/image1.png"],
212
  ["explain the scene", "example/image2.jpg"],
213
- ["fill the correct numbers", "example/image3.png"],
214
  ]
215
 
216
  video_examples = [
 
208
 
209
  # Define examples for image and video inference
210
  image_examples = [
211
+ ["fill the correct numbers", "example/image3.png"],
212
  ["ocr the image", "example/image1.png"],
213
  ["explain the scene", "example/image2.jpg"],
 
214
  ]
215
 
216
  video_examples = [