mischeiwiller commited on
Commit
5b04e06
1 Parent(s): 5cdd253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], size=5),
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
  )