Spaces:
Build error
Build error
j
commited on
Commit
·
93f8955
1
Parent(s):
bbd5603
remove unneeded save_wave
Browse files
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,
|
| 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 |
|