Spaces:
Build error
Build error
Update app.py
Browse files
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=
|
| 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 |
),
|