Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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:
|
16 |
}
|
17 |
#img-display-input {
|
18 |
-
max-height:
|
19 |
}
|
20 |
#img-display-output {
|
21 |
-
max-height:
|
22 |
}
|
23 |
|
24 |
"""
|
|
|
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 |
"""
|