titipata commited on
Commit
8c300c4
·
verified ·
1 Parent(s): bfb28a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,12 +85,12 @@ with gr.Blocks(js=js_func) as demo:
85
  fn=predict,
86
  inputs=gr.Sketchpad(
87
  label="Draw Here",
88
- brush=gr.Brush(default_size=20, default_color="#FFFFFF", colors=["#FFFFFF"]),
89
  image_mode="L",
90
  layers=False,
91
  eraser=None,
92
  width=400,
93
- height=400
94
  ),
95
  outputs=gr.Label(label="Guess"),
96
  title="Thai Digit Handwritten Classification",
 
85
  fn=predict,
86
  inputs=gr.Sketchpad(
87
  label="Draw Here",
88
+ brush=gr.Brush(default_size=14, default_color="#FFFFFF", colors=["#FFFFFF"]),
89
  image_mode="L",
90
  layers=False,
91
  eraser=None,
92
  width=400,
93
+ height=350
94
  ),
95
  outputs=gr.Label(label="Guess"),
96
  title="Thai Digit Handwritten Classification",