Upload app.py
Browse files
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
|
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")
|