Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
crobbi/MNIST-Digit-Classifier
papasega
/
image_MNIST_classification
like
1
Sleeping
App
Files
Files
Community
crobbi
commited on
Sep 3, 2023
Commit
87723c9
•
1 Parent(s):
4cf81ad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ def test(k):
15
gr.Interface(inputs=gr.Sketchpad(),
16
outputs="number",
17
fn=test,
18
-
live=True).launch()
15
gr.Interface(inputs=gr.Sketchpad(),
16
outputs="number",
17
fn=test,
18
+
live=True).launch()