prithivMLmods commited on
Commit
c6d67e1
·
verified ·
1 Parent(s): 50eb74c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def model_inference(input_dict, history):
220
  # Gradio Interface Setup
221
 
222
  examples = [
223
- [{"text": "@video-infer Summarize the video content", "files": ["examples/videoplayback.mp4"]}],
224
  [{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
225
  [{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],
226
  [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
 
220
  # Gradio Interface Setup
221
 
222
  examples = [
223
+ [{"text": "@video-infer Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
224
  [{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
225
  [{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],
226
  [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],