Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
andedah
/
lesson-2
like
0
Runtime error
App
Files
Files
Community
Anders Dahlen
commited on
Sep 9, 2022
Commit
6c682d0
•
1 Parent(s):
3e6e985
Hopefully fixed import
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
from fastai import *
3
4
5
learn = load_learner('model.pkl')
1
import gradio as gr
2
+
from fastai
.vision.all
import *
3
4
5
learn = load_learner('model.pkl')