Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
| 23 |
|
| 24 |
env.allowLocalModels = true;
|
| 25 |
env.localModelPath = "./models/";
|
| 26 |
-
env.backends.onnx.logLevel = "
|
| 27 |
|
| 28 |
let matcha_tts_raw
|
| 29 |
let cmudict ={}
|
|
@@ -96,7 +96,7 @@
|
|
| 96 |
|
| 97 |
</script>
|
| 98 |
|
| 99 |
-
<input type="text" id="textInput" value ="Hello." placeholder="Enter some text here...">
|
| 100 |
|
| 101 |
<button id="myButton">Text To Speak</button><br>
|
| 102 |
|
|
|
|
| 23 |
|
| 24 |
env.allowLocalModels = true;
|
| 25 |
env.localModelPath = "./models/";
|
| 26 |
+
env.backends.onnx.logLevel = "error";
|
| 27 |
|
| 28 |
let matcha_tts_raw
|
| 29 |
let cmudict ={}
|
|
|
|
| 96 |
|
| 97 |
</script>
|
| 98 |
|
| 99 |
+
<input type="text" id="textInput" value ="Hello Huggingface." placeholder="Enter some text here...">
|
| 100 |
|
| 101 |
<button id="myButton">Text To Speak</button><br>
|
| 102 |
|