Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harrych
/
Vietnam-snakes
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harrych
commited on
Feb 16, 2023
Commit
dc1bfd3
·
1 Parent(s):
3070c7a
removed fastai import
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from fastai.vision.all import *
2
import gradio as gr
3
4
learn = load.learner('snakes-v2-457423.pkl')
1
+
#
from fastai.vision.all import *
2
import gradio as gr
3
4
learn = load.learner('snakes-v2-457423.pkl')