umair894 commited on
Commit
d593847
·
verified ·
1 Parent(s): db53b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("examples/female.wav")
729
- latent_map["AI Beard The Pirate"] = get_latents("examples/pirate_by_coqui.wav")
 
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