Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,8 @@ with gr.Blocks(title="Thai Digit Handwritten Classification") as interface:
|
|
130 |
label="Draw Here",
|
131 |
height=300,
|
132 |
width=300,
|
133 |
-
brush=gr.Brush(default_size=8, colors=["#000000"]),
|
|
|
134 |
type="pil",
|
135 |
canvas_size=(300, 300),
|
136 |
)
|
|
|
130 |
label="Draw Here",
|
131 |
height=300,
|
132 |
width=300,
|
133 |
+
brush=gr.Brush(default_size=8, colors=["#000000"]),
|
134 |
+
eraser=False,
|
135 |
type="pil",
|
136 |
canvas_size=(300, 300),
|
137 |
)
|