prithivMLmods commited on
Commit
a848d6d
·
verified ·
1 Parent(s): ccc1e16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def generate_video(model_name: str, text: str, video_path: str,
196
  # Define examples for image and video inference
197
  image_examples = [
198
  ["type out the messy hand-writing as accurately as you can.", "images/1.jpg"],
199
- ["count the number of birds and explain the scene in detail.", "images/2.jpg"]
200
  ]
201
 
202
  video_examples = [
 
196
  # Define examples for image and video inference
197
  image_examples = [
198
  ["type out the messy hand-writing as accurately as you can.", "images/1.jpg"],
199
+ ["count the number of birds and explain the scene in detail.", "images/2.jpeg"]
200
  ]
201
 
202
  video_examples = [