j commited on
Commit
93f8955
·
1 Parent(s): bbd5603

remove unneeded save_wave

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: AudioLDM Variations HARP plugin
3
- emoji: 💻
4
  colorFrom: blue
5
  colorTo: yellow
6
  python_version: 3.8
 
1
  ---
2
  title: AudioLDM Variations HARP plugin
3
+ emoji: ☎️
4
  colorFrom: blue
5
  colorTo: yellow
6
  python_version: 3.8
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from pyharp import ModelCard, build_endpoint, save_and_return_filepath
2
  from audiotools import AudioSignal
3
- from audioldm import build_model, save_wave, text_to_audio
4
  import gradio as gr
5
  import soundfile as sf
6
 
 
1
  from pyharp import ModelCard, build_endpoint, save_and_return_filepath
2
  from audiotools import AudioSignal
3
+ from audioldm import build_model, text_to_audio
4
  import gradio as gr
5
  import soundfile as sf
6