Spaces:
Sleeping
Sleeping
init
Browse files- app.py +3 -3
- requirements.txt +1 -0
app.py
CHANGED
@@ -180,9 +180,9 @@ demo_exaples_image = [
|
|
180 |
]
|
181 |
demo_exaples_video = [
|
182 |
['eval_data/craft_2.png', 'City street at night with bright lights and busy traffic.', 'video', 123, 1.0, 50],
|
183 |
-
['eval_data/anime_1.jpg', 'A field of sunflowers on a sunny day.', 'video',
|
184 |
-
['eval_data/ink_2.jpeg', 'A knight riding a horse through a field.', 'video',
|
185 |
-
['eval_data/oil_paint_2.jpg', 'A street performer playing the guitar.', 'video',
|
186 |
['eval_data/icon_1.png', 'A campfire surrounded by tents.', 'video', 123, 1.0, 50],
|
187 |
]
|
188 |
css = """
|
|
|
180 |
]
|
181 |
demo_exaples_video = [
|
182 |
['eval_data/craft_2.png', 'City street at night with bright lights and busy traffic.', 'video', 123, 1.0, 50],
|
183 |
+
['eval_data/anime_1.jpg', 'A field of sunflowers on a sunny day.', 'video', 122, 1.0, 50],
|
184 |
+
['eval_data/ink_2.jpeg', 'A knight riding a horse through a field.', 'video', 1, 1.0, 50],
|
185 |
+
['eval_data/oil_paint_2.jpg', 'A street performer playing the guitar.', 'video', 123, 1.0, 50],
|
186 |
['eval_data/icon_1.png', 'A campfire surrounded by tents.', 'video', 123, 1.0, 50],
|
187 |
]
|
188 |
css = """
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
decord==0.6.0
|
2 |
einops==0.3.0
|
3 |
imageio==2.9.0
|
|
|
1 |
+
python==3.9.16
|
2 |
decord==0.6.0
|
3 |
einops==0.3.0
|
4 |
imageio==2.9.0
|