prithivMLmods commited on
Commit
2ec22bf
·
verified ·
1 Parent(s): c27ca46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -155,11 +155,10 @@ def model_inference(input_dict, history):
155
  yield buffer
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
 
165
  demo = gr.ChatInterface(
 
155
  yield buffer
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
  ]
163
 
164
  demo = gr.ChatInterface(