Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -277,6 +277,7 @@ with gr.Blocks(
|
|
277 |
with gr.Group():
|
278 |
input_image = gr.Image(
|
279 |
type="pil",
|
|
|
280 |
label="Upload & Annotate",
|
281 |
height=400,
|
282 |
elem_id="custom-image",
|
|
|
277 |
with gr.Group():
|
278 |
input_image = gr.Image(
|
279 |
type="pil",
|
280 |
+
tool="sketch",
|
281 |
label="Upload & Annotate",
|
282 |
height=400,
|
283 |
elem_id="custom-image",
|