prithivMLmods commited on
Commit
2e3cd2c
·
verified ·
1 Parent(s): c6d67e1

Update app.py

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