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