mizoru commited on
Commit
8ef58d3
·
1 Parent(s): ffaa33f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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