Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michael20at
/
MNIST_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
michael20at
commited on
Mar 26, 2024
Commit
62eb46f
·
verified
·
1 Parent(s):
b0d56ab
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from fastai.vision.
a5ll
import *
2
import gradio as gr
3
4
learn = load_learner('mnist_model.pkl')
1
+
from fastai.vision.
all
import *
2
import gradio as gr
3
4
learn = load_learner('mnist_model.pkl')