Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,6 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
116 |
image_input_component = gr.Image(
|
117 |
type='pil',
|
118 |
label='Upload Image',
|
119 |
-
tool="editor",
|
120 |
elem_id="input_image"
|
121 |
)
|
122 |
gr.Markdown("### Detection Settings")
|
|
|
116 |
image_input_component = gr.Image(
|
117 |
type='pil',
|
118 |
label='Upload Image',
|
|
|
119 |
elem_id="input_image"
|
120 |
)
|
121 |
gr.Markdown("### Detection Settings")
|