Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
misza222
/
BaltrishkesCreatures
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
misza222
commited on
Apr 27, 2022
Commit
809f2cc
·
1 Parent(s):
9499277
Update app.py
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
learner_inf = load_learner('baltrishkes.pkl')
5
1
import gradio as gr
2
+
from
fastcore.all
import *
3
4
learner_inf = load_learner('baltrishkes.pkl')
5