prithivMLmods commited on
Commit
1604861
·
verified ·
1 Parent(s): e81be13

Update app.py

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