Doubleupai commited on
Commit
6295592
1 Parent(s): 241b476

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Sketch(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
 
 
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