Spaces:
Sleeping
Sleeping
Merge branch 'main' of hf.co:spaces/TechAudio/ldm_variations
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
import soundfile as sf
|
6 |
from datetime import datetime
|
7 |
|
8 |
-
audioldm = build_model(model_name="audioldm-
|
9 |
|
10 |
def process_fn(input_audio_path, seed, guidance_scale, num_inference_steps, num_candidates, audio_length_in_s):
|
11 |
waveform = text_to_audio(
|
|
|
5 |
import soundfile as sf
|
6 |
from datetime import datetime
|
7 |
|
8 |
+
audioldm = build_model(model_name="audioldm-l-full")
|
9 |
|
10 |
def process_fn(input_audio_path, seed, guidance_scale, num_inference_steps, num_candidates, audio_length_in_s):
|
11 |
waveform = text_to_audio(
|