prithivMLmods commited on
Commit
88290c8
·
verified ·
1 Parent(s): 8030c14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -156,8 +156,9 @@ def model_inference(input_dict, history):
156
 
157
  examples = [
158
  [{"text": "Describe the document?", "files": ["example_images/document.jpg"]}],
 
 
159
  [{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
160
- [{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
161
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
162
  ]
163
 
 
156
 
157
  examples = [
158
  [{"text": "Describe the document?", "files": ["example_images/document.jpg"]}],
159
+ [{"text": "@video-infer Explain the content of the video.", "files": ["example_images/videoplayback.mp4"]}],
160
+ [{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
161
  [{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
 
162
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
163
  ]
164