LiheYoung commited on
Commit
036e46e
1 Parent(s): 2d03dfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,13 +12,13 @@ from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
12
 
13
  css = """
14
  #img-display-container {
15
- max-height: 200vh;
16
  }
17
  #img-display-input {
18
- max-height: 160vh;
19
  }
20
  #img-display-output {
21
- max-height: 160vh;
22
  }
23
 
24
  """
 
12
 
13
  css = """
14
  #img-display-container {
15
+ max-height: 100vh;
16
  }
17
  #img-display-input {
18
+ max-height: 80vh;
19
  }
20
  #img-display-output {
21
+ max-height: 80vh;
22
  }
23
 
24
  """