Spaces:
Sleeping
Sleeping
Update app.py
Browse filessome how "./ljspeech_sim.onnx" not found
app.py
CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
|
|
102 |
js = """
|
103 |
function(chatbot){
|
104 |
text = (chatbot[chatbot.length -1])["content"]
|
105 |
-
window.MatchaTTSEn(text
|
106 |
}
|
107 |
"""
|
108 |
chatbot = gr.Chatbot(type="messages")
|
|
|
102 |
js = """
|
103 |
function(chatbot){
|
104 |
text = (chatbot[chatbot.length -1])["content"]
|
105 |
+
window.MatchaTTSEn(text)
|
106 |
}
|
107 |
"""
|
108 |
chatbot = gr.Chatbot(type="messages")
|