prithivMLmods commited on
Commit
1717174
·
verified ·
1 Parent(s): 7674681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -215,6 +215,7 @@ def generate_video(model_name: str, text: str, video_path: str,
215
 
216
  # Define examples for image and video inference
217
  image_examples = [
 
218
  ["Perform OCR on the Image.", "images/1.jpg"],
219
  ["Extract the table content", "images/2.png"]
220
  ]
 
215
 
216
  # Define examples for image and video inference
217
  image_examples = [
218
+ ["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
219
  ["Perform OCR on the Image.", "images/1.jpg"],
220
  ["Extract the table content", "images/2.png"]
221
  ]