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

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=500, width=500),
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=800, width=600),
47
  outputs="number",
48
  live=True
49
  ).launch(debug=True)