Spaces:
Sleeping
Sleeping
switched model to audioldm-l-full
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from audioldm import build_model, text_to_audio
|
|
4 |
import gradio as gr
|
5 |
import soundfile as sf
|
6 |
|
7 |
-
audioldm = build_model(model_name="audioldm-
|
8 |
|
9 |
def process_fn(input_audio_path, seed, guidance_scale, num_inference_steps, num_candidates, audio_length_in_s):
|
10 |
waveform = text_to_audio(
|
|
|
4 |
import gradio as gr
|
5 |
import soundfile as sf
|
6 |
|
7 |
+
audioldm = build_model(model_name="audioldm-l-full")
|
8 |
|
9 |
def process_fn(input_audio_path, seed, guidance_scale, num_inference_steps, num_candidates, audio_length_in_s):
|
10 |
waveform = text_to_audio(
|