polejowska commited on
Commit
b0c1c95
1 Parent(s): a2c3378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(css=css) as app:
82
  with gr.Row():
83
  with gr.Column():
84
  img_input = gr.Image(type="pil")
85
- img_input_mask = gr.Image(type="pil", visible=True)
86
  with gr.Column():
87
  options = gr.Dropdown(
88
  value=MODELS_NAMES[0],
 
82
  with gr.Row():
83
  with gr.Column():
84
  img_input = gr.Image(type="pil")
85
+ img_input_mask = gr.Image(type="pil", visible=False)
86
  with gr.Column():
87
  options = gr.Dropdown(
88
  value=MODELS_NAMES[0],