Spaces:
Paused
Paused
Commit
•
5eaa5a6
1
Parent(s):
65df638
Update app.py
Browse files
app.py
CHANGED
@@ -590,7 +590,7 @@ latent_map = {}
|
|
590 |
latent_map["Cloée"] = get_latents("voices/cloee-1.wav")
|
591 |
latent_map["Julian"] = get_latents("voices/julian-bedtime-style-1.wav")
|
592 |
latent_map["Pirate"] = get_latents("voices/pirate_by_coqui.wav")
|
593 |
-
latent_map["Thera"] = get_latents("voices/
|
594 |
|
595 |
# Define the main function for the API endpoint that takes the input text and chatbot role
|
596 |
def generate_story_and_speech(input_text, chatbot_role):
|
|
|
590 |
latent_map["Cloée"] = get_latents("voices/cloee-1.wav")
|
591 |
latent_map["Julian"] = get_latents("voices/julian-bedtime-style-1.wav")
|
592 |
latent_map["Pirate"] = get_latents("voices/pirate_by_coqui.wav")
|
593 |
+
latent_map["Thera"] = get_latents("voices/thera-1.wav")
|
594 |
|
595 |
# Define the main function for the API endpoint that takes the input text and chatbot role
|
596 |
def generate_story_and_speech(input_text, chatbot_role):
|