Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def model_inference(input_dict, history):
|
|
194 |
|
195 |
# Gradio Chat Interface Setup
|
196 |
examples = [
|
197 |
-
[{"text": "
|
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"]}],
|