amildravid4292 commited on
Commit
f925eb8
·
verified ·
1 Parent(s): 764161c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,7 +414,7 @@ with gr.Blocks(css="style.css") as demo:
414
  with gr.Column():
415
  gr.Markdown("""1) Either sample a new model, or upload an image (optionally draw a mask over the face) and click `invert`. """)
416
  input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Upload image and draw to define mask",
417
- height=512, width=512, brush_color='#00FFFF', mask_opacity=0.6)
418
 
419
  with gr.Row():
420
  sample = gr.Button("🎲 Sample New Model")
 
414
  with gr.Column():
415
  gr.Markdown("""1) Either sample a new model, or upload an image (optionally draw a mask over the face) and click `invert`. """)
416
  input_image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type='pil', label="Upload image and draw to define mask",
417
+ brush_color='#00FFFF', mask_opacity=0.4) # height=512, width=512,
418
 
419
  with gr.Row():
420
  sample = gr.Button("🎲 Sample New Model")