Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,6 +218,7 @@ image_examples = [
|
|
| 218 |
]
|
| 219 |
|
| 220 |
video_examples = [
|
|
|
|
| 221 |
["Identify the main actions in the cartoon video", "videos/2.mp4"]
|
| 222 |
]
|
| 223 |
|
|
|
|
| 218 |
]
|
| 219 |
|
| 220 |
video_examples = [
|
| 221 |
+
["Explain the Ad in Detail", "videos/1.mp4"],
|
| 222 |
["Identify the main actions in the cartoon video", "videos/2.mp4"]
|
| 223 |
]
|
| 224 |
|