Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ provide me the answers as a dictionary with key as the string value of the varia
|
|
187 |
|
188 |
test_examples = [[None, "Images/cat_dog.jpeg", promt_cat_dog],
|
189 |
[None,"Images/bus_people.jpeg", promt_bus_people],
|
190 |
-
["videos/
|
191 |
["videos/v3.mp4",None,promt_video]]
|
192 |
|
193 |
|
|
|
187 |
|
188 |
test_examples = [[None, "Images/cat_dog.jpeg", promt_cat_dog],
|
189 |
[None,"Images/bus_people.jpeg", promt_bus_people],
|
190 |
+
["videos/v1_new.mp4",None,promt_video],
|
191 |
["videos/v3.mp4",None,promt_video]]
|
192 |
|
193 |
|