Akjava commited on
Commit
b0d8113
·
verified ·
1 Parent(s): 1e5b59a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(title="LLM with TTS",head=head) as demo:
52
  text = (chatbot[chatbot.length -1])["content"]
53
  tts_text = window.replaceSpecialChars(text)
54
  console.log(tts_text)
55
- window.MatchaTTSEn(tts_text,"./ljspeech_sim.onnx")
56
  }
57
  """
58
  chatbot = gr.Chatbot(type="messages")
 
52
  text = (chatbot[chatbot.length -1])["content"]
53
  tts_text = window.replaceSpecialChars(text)
54
  console.log(tts_text)
55
+ window.MatchaTTSEn(tts_text,"./models/test.txt")
56
  }
57
  """
58
  chatbot = gr.Chatbot(type="messages")