prithivMLmods commited on
Commit
2f9c9b9
·
verified ·
1 Parent(s): b69d4be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -197,13 +197,13 @@ def generate_video(model_name: str, text: str, video_path: str,
197
 
198
  # Define examples for image and video inference
199
  image_examples = [
200
- ["Perform OCR on the Image.", "images/1.jpg"],
201
- ["Extract the table content", "images/2.png"]
202
  ]
203
 
204
  video_examples = [
205
- ["Explain the Ad in Detail", "videos/1.mp4"],
206
- ["Identify the main actions in the cartoon video", "videos/2.mp4"]
207
  ]
208
 
209
  css = """
 
197
 
198
  # Define examples for image and video inference
199
  image_examples = [
200
+ ["Convert this page to doc [text].", "images/1.png"],
201
+ ["Convert chart to OTSL.", "images/2.png"]
202
  ]
203
 
204
  video_examples = [
205
+ ["Explain the video in detail.", "videos/2.mp4"],
206
+ ["Explain the ad in detail.", "videos/1.mp4"]
207
  ]
208
 
209
  css = """