Eli181927 commited on
Commit
72462ce
·
verified ·
1 Parent(s): f7c7292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ with gr.Blocks() as demo:
278
  label="Draw a digit",
279
  sources=(), # draw-only (no upload/clipboard/webcam)
280
  brush=gr.Brush(
281
- default_size=6, # smaller brush; try 3–6
282
  colors=["#000000"],
283
  color_mode="fixed",
284
  ),
 
278
  label="Draw a digit",
279
  sources=(), # draw-only (no upload/clipboard/webcam)
280
  brush=gr.Brush(
281
+ default_size="auto", # smaller brush; try 3–6
282
  colors=["#000000"],
283
  color_mode="fixed",
284
  ),