Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -239,8 +239,8 @@ demo = gr.ChatInterface(
|
|
239 |
examples=[
|
240 |
["Write the code that converts temperatures between celsius and fahrenheit in c++"],
|
241 |
[{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
|
242 |
-
[{"text": "Describe the video", "files": ["examples/Missing.mp4"]}],
|
243 |
-
[{"text": "Describe the Ad", "files": ["examples/coca.mp4"]}],
|
244 |
],
|
245 |
cache_examples=False,
|
246 |
description="# **Pocket Llama**",
|
|
|
239 |
examples=[
|
240 |
["Write the code that converts temperatures between celsius and fahrenheit in c++"],
|
241 |
[{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
|
242 |
+
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
243 |
+
[{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
|
244 |
],
|
245 |
cache_examples=False,
|
246 |
description="# **Pocket Llama**",
|