Spaces:
Running
Running
Commit
·
9bccf96
1
Parent(s):
3aeab0c
Update app.py
Browse files
app.py
CHANGED
@@ -157,6 +157,7 @@ def predict(input):
|
|
157 |
|
158 |
css = '''
|
159 |
.container {max-width: 100%;margin: auto;padding-top: 1.5rem}
|
|
|
160 |
#image_upload{min-height:768px}
|
161 |
#image_upload [data-testid="image"], #image_upload [data-testid="image"] > div{min-height: 768px}
|
162 |
#mask_radio .gr-form{background:transparent; border: none}
|
|
|
157 |
|
158 |
css = '''
|
159 |
.container {max-width: 100%;margin: auto;padding-top: 1.5rem}
|
160 |
+
.output-image, .input-image, .image-preview {height: 600px !important}
|
161 |
#image_upload{min-height:768px}
|
162 |
#image_upload [data-testid="image"], #image_upload [data-testid="image"] > div{min-height: 768px}
|
163 |
#mask_radio .gr-form{background:transparent; border: none}
|