Blakus commited on
Commit
c0f734c
1 Parent(s): a9d8c7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def predict(prompt, language, reference_audio):
79
 
80
  inference_time = time.time() - start_time
81
 
82
- output_path = "output.wav"
83
  # Guardar el audio directamente desde el output del modelo
84
  import scipy.io.wavfile as wavfile
85
  wavfile.write(output_path, config.audio["output_sample_rate"], out["wav"])
 
79
 
80
  inference_time = time.time() - start_time
81
 
82
+ output_path = "pedro_labattaglia_TTS.wav"
83
  # Guardar el audio directamente desde el output del modelo
84
  import scipy.io.wavfile as wavfile
85
  wavfile.write(output_path, config.audio["output_sample_rate"], out["wav"])