prithivMLmods commited on
Commit
24af2fc
·
verified ·
1 Parent(s): d007993

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -223,6 +223,7 @@ def generate_video(model_name: str, text: str, video_path: str,
223
 
224
  # Define examples for image and video inference
225
  image_examples = [
 
226
  ["convert this page to doc [text] precisely for markdown.", "images/1.png"],
227
  ["convert this page to doc [table] precisely for markdown.", "images/2.png"],
228
  ["explain the movie shot in detail.", "images/3.png"],
 
223
 
224
  # Define examples for image and video inference
225
  image_examples = [
226
+ ["explain the movie shot in detail.", "images/5.jpg"],
227
  ["convert this page to doc [text] precisely for markdown.", "images/1.png"],
228
  ["convert this page to doc [table] precisely for markdown.", "images/2.png"],
229
  ["explain the movie shot in detail.", "images/3.png"],