atatakun commited on
Commit
7772c86
1 Parent(s): d122c88

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ with block:
247
  with gr.Column():
248
  input_image = gr.Image(source='upload', type="numpy", tool="sketch", height=512)
249
  # resolution = gr.Slider(label="resolution", minimum=256, maximum=1024, value=512, step=64)
250
- invert = gr.Checkbox(label='Mask Invert', value=False)
251
  run_button = gr.Button(label="Run")
252
  with gr.Column():
253
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
 
247
  with gr.Column():
248
  input_image = gr.Image(source='upload', type="numpy", tool="sketch", height=512)
249
  # resolution = gr.Slider(label="resolution", minimum=256, maximum=1024, value=512, step=64)
250
+ invert = gr.Checkbox(label='Invert Mask', value=False)
251
  run_button = gr.Button(label="Run")
252
  with gr.Column():
253
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")