Spaces:
Runtime error
Runtime error
Commit
·
7aa8535
1
Parent(s):
77732ee
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def predict(radio, dict, word_mask, prompt=""):
|
|
64 |
|
65 |
# examples = [[dict(image="init_image.png", mask="mask_image.png"), "A panda sitting on a bench"]]
|
66 |
css = '''
|
67 |
-
.container {max-width:
|
68 |
#image_upload{min-height:400px}
|
69 |
#image_upload [data-testid="image"], #image_upload [data-testid="image"] > div{min-height: 400px}
|
70 |
#mask_radio .gr-form{background:transparent; border: none}
|
|
|
64 |
|
65 |
# examples = [[dict(image="init_image.png", mask="mask_image.png"), "A panda sitting on a bench"]]
|
66 |
css = '''
|
67 |
+
.container {max-width: 1050px;margin: auto;padding-top: 1.5rem}
|
68 |
#image_upload{min-height:400px}
|
69 |
#image_upload [data-testid="image"], #image_upload [data-testid="image"] > div{min-height: 400px}
|
70 |
#mask_radio .gr-form{background:transparent; border: none}
|