Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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"])
|