halleewong commited on
Commit
2958b13
1 Parent(s): 5f7f5f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -363,7 +363,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg)) as de
363
  with gr.Tab("Scribbles"):
364
  scribble_img = gr.Image(
365
  label="Input",
366
- brush_radius=3,
367
  interactive=True,
368
  brush_color="#00FF00",
369
  tool="sketch",
 
363
  with gr.Tab("Scribbles"):
364
  scribble_img = gr.Image(
365
  label="Input",
366
+ brush_radius=2,
367
  interactive=True,
368
  brush_color="#00FF00",
369
  tool="sketch",