Spaces:
Runtime error
Runtime error
Doubleupai
commited on
Commit
•
6295592
1
Parent(s):
241b476
update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as app:
|
|
19 |
with gr.Row():
|
20 |
with gr.Column():
|
21 |
image_input = gr.Image(type="pil", label="Upload Image")
|
22 |
-
delete_mask = gr.
|
23 |
delete_button = gr.Button("Delete Object")
|
24 |
delete_output = gr.Image(label="Modified Image After Deletion")
|
25 |
|
|
|
19 |
with gr.Row():
|
20 |
with gr.Column():
|
21 |
image_input = gr.Image(type="pil", label="Upload Image")
|
22 |
+
delete_mask = gr.(label="Draw to Delete Object", tool="brush", color="black", height=200, width=200)
|
23 |
delete_button = gr.Button("Delete Object")
|
24 |
delete_output = gr.Image(label="Modified Image After Deletion")
|
25 |
|