Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lugiiing
/
instruments_classifier
like
0
Runtime error
App
Files
Files
Community
lugiiing
commited on
Jun 12, 2023
Commit
7f25940
•
1 Parent(s):
721560c
change app
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
path = Path()
4
learn = load_learner('export.pkl')
1
import gradio as gr
2
+
from fastai.vision.all import *
3
4
path = Path()
5
learn = load_learner('export.pkl')