prithivMLmods commited on
Commit
4752b16
·
verified ·
1 Parent(s): 78c40b7

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 document?", "files": ["example_images/document.jpg"]}],
159
- [{"text": "@video-infer Explain the content of the video.", "files": ["example_videos/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
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
 
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
  [{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],