workspace commited on
Commit
8206f72
·
1 Parent(s): 380246e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import wave
3
  import matplotlib.pyplot as plt
4
  import numpy as np
5
- from extract_feature import *
6
  import pickle
7
  import soundfile
8
  import librosa
 
2
  import wave
3
  import matplotlib.pyplot as plt
4
  import numpy as np
5
+ from extract_features import *
6
  import pickle
7
  import soundfile
8
  import librosa