Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mischeiwiller
commited on
Commit
•
5b04e06
1
Parent(s):
5cdd253
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 |
)
|