polejowska commited on
Commit
acc27e7
1 Parent(s): f4de4c9

Update app.py

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