titipata commited on
Commit
8c8a504
·
verified ·
1 Parent(s): ec24cd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
  )