papasega commited on
Commit
5a77cf0
·
verified ·
1 Parent(s): 1834f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def predict_digit(image):
43
  gr.Interface(
44
  title="MNIST Digit Classifier by Papa Sega",
45
  fn=predict_digit,
46
- inputs=gr.Sketchpad(label="Draw a digit", height=800, width=600),
47
  outputs="number",
48
  live=True
49
  ).launch(debug=True)
 
43
  gr.Interface(
44
  title="MNIST Digit Classifier by Papa Sega",
45
  fn=predict_digit,
46
+ inputs=gr.Sketchpad(label="Draw a digit", height=600, width=650),
47
  outputs="number",
48
  live=True
49
  ).launch(debug=True)