Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
import soundfile
|
4 |
|
5 |
from fastai.vision.all import *
|
6 |
|
7 |
-
from fastaudio.core.all import *
|
8 |
|
9 |
learn = load_learner('xresnet50_pitch2.pkl')
|
10 |
|
|
|
1 |
import gradio as gr
|
2 |
|
|
|
3 |
|
4 |
from fastai.vision.all import *
|
5 |
|
|
|
6 |
|
7 |
learn = load_learner('xresnet50_pitch2.pkl')
|
8 |
|