Spaces:
Runtime error
Runtime error
Commit
•
90bd936
1
Parent(s):
83bbeda
Update app.py
Browse files
app.py
CHANGED
@@ -17,21 +17,18 @@ def randomize_seed_fn():
|
|
17 |
return seed
|
18 |
|
19 |
def reset_do_inversion():
|
20 |
-
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
]
|
34 |
-
return case
|
35 |
|
36 |
|
37 |
def prep(config):
|
|
|
17 |
return seed
|
18 |
|
19 |
def reset_do_inversion():
|
20 |
+
return True
|
21 |
|
22 |
+
def get_example():
|
23 |
+
case = [
|
24 |
+
[
|
25 |
+
'examples/wolf.mp4',
|
26 |
+
],
|
27 |
+
[
|
28 |
+
'examples/woman-running.mp4',
|
29 |
+
],
|
30 |
+
]
|
31 |
+
return case
|
|
|
|
|
|
|
32 |
|
33 |
|
34 |
def prep(config):
|