Spaces:
Runtime error
Runtime error
change
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ with image_blocks as demo:
|
|
292 |
|
293 |
with gr.Row():
|
294 |
with gr.Column():
|
295 |
-
imgs = gr.ImageEditor(sources='upload', type="pil", label='
|
296 |
with gr.Row():
|
297 |
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
|
298 |
with gr.Row():
|
|
|
292 |
|
293 |
with gr.Row():
|
294 |
with gr.Column():
|
295 |
+
imgs = gr.ImageEditor(sources='upload', type="pil", label='Image', interactive=True)
|
296 |
with gr.Row():
|
297 |
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
|
298 |
with gr.Row():
|