prithivMLmods commited on
Commit
dec2f93
·
verified ·
1 Parent(s): 466e3e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def model_inference(input_dict, history):
194
 
195
  # Gradio Chat Interface Setup
196
  examples = [
197
- [{"text": "Describe the Image?", "files": ["example_images/document.jpg"]}],
198
  [{"text": "Tell me a story about a brave knight."}],
199
  [{"text": "@video-infer Explain the content of the Advertisement", "files": ["example_images/videoplayback.mp4"]}],
200
  [{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
 
194
 
195
  # Gradio Chat Interface Setup
196
  examples = [
197
+ [{"text": "Explain the image and highlight the key points.", "files": ["example_images/campeones.jpg"]}],
198
  [{"text": "Tell me a story about a brave knight."}],
199
  [{"text": "@video-infer Explain the content of the Advertisement", "files": ["example_images/videoplayback.mp4"]}],
200
  [{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],