Spaces:
Sleeping
Sleeping
init
Browse files- app.py +2 -2
- requirements.txt +2 -2
app.py
CHANGED
@@ -176,8 +176,8 @@ demo_exaples_video = [
|
|
176 |
['eval_data/icon_1.png', 'A campfire surrounded by tents.', 'video', 123, 1.0, 50],
|
177 |
]
|
178 |
css = """
|
179 |
-
#input_img {max-height:
|
180 |
-
#input_img [data-testid="image"], #input_img [data-testid="image"] > div{max-height:
|
181 |
#output_vid {max-height: 400px;}
|
182 |
"""
|
183 |
|
|
|
176 |
['eval_data/icon_1.png', 'A campfire surrounded by tents.', 'video', 123, 1.0, 50],
|
177 |
]
|
178 |
css = """
|
179 |
+
#input_img {max-height: 320px;}
|
180 |
+
#input_img [data-testid="image"], #input_img [data-testid="image"] > div{max-height: 320px; max-width: 512px;}
|
181 |
#output_vid {max-height: 400px;}
|
182 |
"""
|
183 |
|
requirements.txt
CHANGED
@@ -6,10 +6,10 @@ omegaconf==2.1.1
|
|
6 |
opencv_python
|
7 |
pandas==2.0.0
|
8 |
Pillow==9.5.0
|
9 |
-
pytorch_lightning==1.
|
10 |
PyYAML==6.0
|
11 |
setuptools==65.6.3
|
12 |
-
torch==
|
13 |
torchvision
|
14 |
tqdm==4.65.0
|
15 |
transformers==4.25.1
|
|
|
6 |
opencv_python
|
7 |
pandas==2.0.0
|
8 |
Pillow==9.5.0
|
9 |
+
pytorch_lightning==1.9.3
|
10 |
PyYAML==6.0
|
11 |
setuptools==65.6.3
|
12 |
+
torch==1.13.1
|
13 |
torchvision
|
14 |
tqdm==4.65.0
|
15 |
transformers==4.25.1
|