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,"https://huggingface.co/spaces/Akjava/gemma-2-27b-it-matcha-tts-en/resolve/main/
|
39 |
}
|
40 |
|
41 |
|
|
|
35 |
tts_text_index += 1
|
36 |
console.log(tts_text)
|
37 |
if (tts_text!=""){
|
38 |
+
await window.MatchaTTSEn(tts_text,"https://huggingface.co/spaces/Akjava/gemma-2-27b-it-matcha-tts-en/resolve/main/ljspeech_sim.onnx")
|
39 |
}
|
40 |
|
41 |
|