prithivMLmods commited on
Commit
b854e67
·
verified ·
1 Parent(s): c301b86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,9 +198,9 @@ def generate_video(model_name: str, text: str, video_path: str,
198
 
199
  # Define examples for image and video inference
200
  image_examples = [
 
201
  ["Explain the pie-chart in detail.", "images/2.jpg"],
202
  ["Jsonify Data.", "images/1.jpg"],
203
- ["Provide a detailed caption for the image..", "images/A.jpg"]
204
  ]
205
 
206
  video_examples = [
 
198
 
199
  # Define examples for image and video inference
200
  image_examples = [
201
+ ["Provide a detailed caption for the image..", "images/A.jpg"],
202
  ["Explain the pie-chart in detail.", "images/2.jpg"],
203
  ["Jsonify Data.", "images/1.jpg"],
 
204
  ]
205
 
206
  video_examples = [