yizhangliu commited on
Commit
3bccf73
1 Parent(s): a549877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -160,6 +160,7 @@ css = '''
160
  .output-image, .input-image, .image-preview {height: 600px !important;object-fit: contain}
161
  #image_upload{min-height:610px}
162
  #image_upload [data-testid="image"], #image_upload [data-testid="image"] > div{min-height: 620px}
 
163
  #mask_radio .gr-form{background:transparent; border: none}
164
  #mask_radio .gr-form{background:transparent; border: none; color:#00ff00}
165
  #word_mask{margin-top: .75em !important}
 
160
  .output-image, .input-image, .image-preview {height: 600px !important;object-fit: contain}
161
  #image_upload{min-height:610px}
162
  #image_upload [data-testid="image"], #image_upload [data-testid="image"] > div{min-height: 620px}
163
+ #image_output{margin: 0 auto; text-align: center;width:640px}
164
  #mask_radio .gr-form{background:transparent; border: none}
165
  #mask_radio .gr-form{background:transparent; border: none; color:#00ff00}
166
  #word_mask{margin-top: .75em !important}