multimodalart HF staff commited on
Commit
8d13dd9
1 Parent(s): 5c442f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: 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}
@@ -130,7 +130,7 @@ with image_blocks as demo:
130
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
131
  </svg>
132
  <h1 style="font-weight: 900; margin-bottom: 7px;">
133
- Stable Diffusion Inpainting
134
  </h1>
135
  </div>
136
  <p style="margin-bottom: 10px; font-size: 94%">
64
 
65
  # examples = [[dict(image="init_image.png", mask="mask_image.png"), "A panda sitting on a bench"]]
66
  css = '''
67
+ .container {max-width: 1150px;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}
130
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
131
  </svg>
132
  <h1 style="font-weight: 900; margin-bottom: 7px;">
133
+ Stable Diffusion Multi Inpainting
134
  </h1>
135
  </div>
136
  <p style="margin-bottom: 10px; font-size: 94%">