Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ async function start_multi_line_tts() {
|
|
35 |
tts_text_index += 1
|
36 |
console.log(tts_text)
|
37 |
if (tts_text!=""){
|
38 |
-
await window.MatchaTTSEn(tts_text,"./ljspeech_sim.onnx")
|
39 |
}
|
40 |
|
41 |
|
|
|
35 |
tts_text_index += 1
|
36 |
console.log(tts_text)
|
37 |
if (tts_text!=""){
|
38 |
+
await window.MatchaTTSEn(tts_text,"./models/ljspeech_sim.onnx")
|
39 |
}
|
40 |
|
41 |
|