prithivMLmods commited on
Commit
540540d
·
verified ·
1 Parent(s): 387ed13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,8 +205,8 @@ def generate_video(model_name: str, text: str, video_path: str,
205
 
206
  # Define examples for image and video inference
207
  image_examples = [
208
- ["explain the movie shot in detail.", "images/5.jpg"],
209
  ["convert this page to doc [text] precisely for markdown.", "images/1.png"],
 
210
  ["convert this page to doc [table] precisely for markdown.", "images/2.png"],
211
  ["explain the movie shot in detail.", "images/3.png"],
212
  ["fill the correct numbers.", "images/4.png"]
 
205
 
206
  # Define examples for image and video inference
207
  image_examples = [
 
208
  ["convert this page to doc [text] precisely for markdown.", "images/1.png"],
209
+ ["explain the movie shot in detail.", "images/5.jpg"],
210
  ["convert this page to doc [table] precisely for markdown.", "images/2.png"],
211
  ["explain the movie shot in detail.", "images/3.png"],
212
  ["fill the correct numbers.", "images/4.png"]