Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -228,8 +228,8 @@ image_examples = [
|
|
228 |
]
|
229 |
|
230 |
video_examples = [
|
231 |
-
["explain the
|
232 |
-
["explain the video in detail.", "videos/
|
233 |
]
|
234 |
|
235 |
# Updated CSS with model choice highlighting
|
|
|
228 |
]
|
229 |
|
230 |
video_examples = [
|
231 |
+
["explain the video in detail.", "videos/b.mp4"],
|
232 |
+
["explain the ad video in detail.", "videos/a.mp4"]
|
233 |
]
|
234 |
|
235 |
# Updated CSS with model choice highlighting
|