Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|