Huiran Yu commited on
Commit
171115d
·
1 Parent(s): 7c22768

Add librosa

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import spaces
2
  from audioseal import AudioSeal
3
  import gradio as gr
4
  import soundfile as sf
 
5
 
6
  from pyharp.core import ModelCard, build_endpoint
7
  from pyharp.media.audio import save_audio
 
2
  from audioseal import AudioSeal
3
  import gradio as gr
4
  import soundfile as sf
5
+ import librosa
6
 
7
  from pyharp.core import ModelCard, build_endpoint
8
  from pyharp.media.audio import save_audio
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  git+https://github.com/TEAMuP-dev/pyharp.git@v0.3.0
2
  audioseal
 
 
1
  git+https://github.com/TEAMuP-dev/pyharp.git@v0.3.0
2
  audioseal
3
+ librosa