Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -170,12 +170,12 @@ def generate(
|
|
170 |
|
171 |
|
172 |
examples = [
|
173 |
-
['./walking.mp4', "A woman walking on the street",
|
174 |
-
['./smilegirl.mp4', "A girl stand on the grass",
|
175 |
-
['./working.mp4', "A woman is doing the dishes",
|
176 |
-
["./train.jpg", "",
|
177 |
-
["./girl.webp", "",
|
178 |
-
["./robo.jpg", "",
|
179 |
]
|
180 |
|
181 |
|
|
|
170 |
|
171 |
|
172 |
examples = [
|
173 |
+
['./walking.mp4', "A woman walking on the street", 0],
|
174 |
+
['./smilegirl.mp4', "A girl stand on the grass", 0],
|
175 |
+
['./working.mp4', "A woman is doing the dishes", 0],
|
176 |
+
["./train.jpg", "", 1],
|
177 |
+
["./girl.webp", "", 1],
|
178 |
+
["./robo.jpg", "", 1],
|
179 |
]
|
180 |
|
181 |
|