Akjava commited on
Commit
0d1631f
·
verified ·
1 Parent(s): 40d6dba

Update app.py

Browse files

some how "./ljspeech_sim.onnx" not found

Files changed (1) hide show
  1. app.py +1 -1
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,"./ljspeech_sim.onnx")
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")