Update app.py
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ with gr.Blocks() as demo:
|
|
296 |
files_orig = gr.File(file_count="multiple", file_types=['image', '.mp4'])
|
297 |
files_input = gr.File(file_count="multiple", visible=False)
|
298 |
gallery_input = gr.Gallery(label="Slideshow", preview=True, columns=8192, interactive=False)
|
299 |
-
with gr.Group(
|
300 |
r_bg = gr.Checkbox(label="Remove background", value=True)
|
301 |
with gr.Accordion(label="Max differences for background", open=False):
|
302 |
mh = gr.Slider(minimum=0, maximum=180, step=1, value=180, label="Hue")
|
|
|
296 |
files_orig = gr.File(file_count="multiple", file_types=['image', '.mp4'])
|
297 |
files_input = gr.File(file_count="multiple", visible=False)
|
298 |
gallery_input = gr.Gallery(label="Slideshow", preview=True, columns=8192, interactive=False)
|
299 |
+
with gr.Group():
|
300 |
r_bg = gr.Checkbox(label="Remove background", value=True)
|
301 |
with gr.Accordion(label="Max differences for background", open=False):
|
302 |
mh = gr.Slider(minimum=0, maximum=180, step=1, value=180, label="Hue")
|