prithivMLmods commited on
Commit
560b41f
·
verified ·
1 Parent(s): d56cd3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -199,6 +199,7 @@ 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/3.png"],
 
202
  ["Convert this page to doc [text].", "images/1.png"],
203
  ["Convert chart to OTSL.", "images/2.png"]
204
 
 
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] precisely.", "images/4.png"],
203
  ["Convert this page to doc [text].", "images/1.png"],
204
  ["Convert chart to OTSL.", "images/2.png"]
205