crobbi commited on
Commit
c614dae
1 Parent(s): 1751d3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict_digit(image):
14
  gr.Interface(
15
  title="MNIST Digit Classifier",
16
  fn=predict_digit,
17
- inputs=gr.Sketchpad(input_shape=(28, 28), label="Draw a digit"),
18
  outputs="number",
19
  live=True
20
  ).launch()
 
14
  gr.Interface(
15
  title="MNIST Digit Classifier",
16
  fn=predict_digit,
17
+ inputs=gr.Sketchpad( label="Draw a digit"),
18
  outputs="number",
19
  live=True
20
  ).launch()