Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
image_input = gr.ImageEditor(
|
95 |
type="numpy",
|
96 |
label="Input Image",
|
97 |
-
brush=gr.Brush(colors=["#ff0000"],
|
98 |
height=400,
|
99 |
width=600
|
100 |
)
|
|
|
94 |
image_input = gr.ImageEditor(
|
95 |
type="numpy",
|
96 |
label="Input Image",
|
97 |
+
brush=gr.Brush(colors=["#ff0000"], default_size=5),
|
98 |
height=400,
|
99 |
width=600
|
100 |
)
|