prithivMLmods commited on
Commit
dc2c0c1
·
verified ·
1 Parent(s): 41138a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def generate_video(model_name: str, text: str, video_path: str,
249
 
250
  # Define examples for image and video inference
251
  image_examples = [
252
- ["Extract the content", "images/4.png"]
253
  ["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
254
  ["Perform OCR on the Image.", "images/1.jpg"],
255
  ["Extract the table content", "images/2.png"]
 
249
 
250
  # Define examples for image and video inference
251
  image_examples = [
252
+ ["Extract the content", "images/4.png"],
253
  ["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
254
  ["Perform OCR on the Image.", "images/1.jpg"],
255
  ["Extract the table content", "images/2.png"]