prithivMLmods commited on
Commit
385646b
·
verified ·
1 Parent(s): 35725e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -218,7 +218,10 @@ def generate_video(model_name: str, text: str, video_path: str,
218
  # Define examples for image and video inference
219
  image_examples = [
220
  ["type out the messy hand-writing as accurately as you can.", "images/1.jpg"],
221
- ["count the number of birds and explain the scene in detail.", "images/2.jpeg"]
 
 
 
222
  ]
223
 
224
  video_examples = [
 
218
  # Define examples for image and video inference
219
  image_examples = [
220
  ["type out the messy hand-writing as accurately as you can.", "images/1.jpg"],
221
+ ["count the number of birds and explain the scene in detail.", "images/2.jpeg"],
222
+ ["how far is the Goal from the penalty taker in this image?.", "images/3.png"],
223
+ ["approximately how many meters apart are the chair and bookshelf?.", "images/4.png"],
224
+ ["how far is the man in the red hat from the pallet of boxes in feet?.", "images/5.png"],
225
  ]
226
 
227
  video_examples = [