liuhuohuo commited on
Commit
36b3648
1 Parent(s): 01281d7
Files changed (2) hide show
  1. app.py +2 -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: 400px}
180
- #input_img [data-testid="image"], #input_img [data-testid="image"] > div{max-height: 400px}
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.8.3
10
  PyYAML==6.0
11
  setuptools==65.6.3
12
- torch==2.0.0
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