prithivMLmods commited on
Commit
9e9868a
·
verified ·
1 Parent(s): 3b372a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -199,7 +199,8 @@ def generate_video(model_name: str, text: str, video_path: str,
199
  # Define examples for image and video inference
200
  image_examples = [
201
  ["Convert this page to doc [text].", "images/1.png"],
202
- ["Convert chart to OTSL.", "images/2.png"]
 
203
  ]
204
 
205
  video_examples = [
 
199
  # Define examples for image and video inference
200
  image_examples = [
201
  ["Convert this page to doc [text].", "images/1.png"],
202
+ ["Convert chart to OTSL.", "images/2.png"],
203
+ ["Convert this page to doc [text].", "images/3.png"],
204
  ]
205
 
206
  video_examples = [