Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -725,8 +725,9 @@ def generate_speech_for_sentence(history, chatbot_role, sentence, return_as_byte
|
|
725 |
return
|
726 |
|
727 |
latent_map = {}
|
728 |
-
latent_map["AI Assistant"] = get_latents("
|
729 |
-
latent_map["AI Beard The Pirate"] = get_latents("
|
|
|
730 |
|
731 |
#### GRADIO INTERFACE ####
|
732 |
|
|
|
725 |
return
|
726 |
|
727 |
latent_map = {}
|
728 |
+
latent_map["AI Assistant"] = get_latents("female.wav") #female.wav
|
729 |
+
latent_map["AI Beard The Pirate"] = get_latents("examples_pirate_by_coqui.wav") #examples_pirate_by_coqui.wav
|
730 |
+
|
731 |
|
732 |
#### GRADIO INTERFACE ####
|
733 |
|