papasega commited on
Commit
9fdca36
1 Parent(s): 3959235

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