Teamj commited on
Commit
f4305e9
1 Parent(s): 93f8955

switched model to audioldm-l-full

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-m-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(
 
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(