prithivMLmods commited on
Commit
c9fe6dd
·
verified ·
1 Parent(s): 39223d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def model_inference(input_dict, history):
156
 
157
  examples = [
158
  [{"text": "Describe the Image?", "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
  ]
 
156
 
157
  examples = [
158
  [{"text": "Describe the Image?", "files": ["example_images/document.jpg"]}],
159
+ [{"text": "@video-infer Explain the content of the Advertisement", "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
  ]