prithivMLmods commited on
Commit
33393f5
·
verified ·
1 Parent(s): 25bfbc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -235,6 +235,7 @@ def generate_video(model_name: str,
235
 
236
  # Define examples for image and video inference
237
  image_examples = [
 
238
  ["Solve the problem to find the value.", "images/1.jpg"],
239
  ["Explain the scene.", "images/6.JPG"],
240
  ["Solve the problem step by step.", "images/2.jpg"],
 
235
 
236
  # Define examples for image and video inference
237
  image_examples = [
238
+ ["Extract the content.", "images/7.jpg"],
239
  ["Solve the problem to find the value.", "images/1.jpg"],
240
  ["Explain the scene.", "images/6.JPG"],
241
  ["Solve the problem step by step.", "images/2.jpg"],