Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crobbi
/
MNIST-Digit-Classifier
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
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()