prithivMLmods commited on
Commit
d56cd3d
·
verified ·
1 Parent(s): 04a9e3f

Update app.py

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