Commit
·
2a1d143
1
Parent(s):
b58733d
update model
Browse files- app.js → app-tts.js +0 -0
- index.html +3 -3
- sherpa-onnx.js → sherpa-onnx-tts.js +0 -0
- sherpa-onnx-wasm-main-tts.js +0 -0
- sherpa-onnx-wasm-main.js +0 -0
app.js → app-tts.js
RENAMED
File without changes
|
index.html
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
<section flex="1" overflow="auto" id="sound-clips">
|
41 |
</section>
|
42 |
|
43 |
-
<script src="app.js"></script>
|
44 |
-
<script src="sherpa-onnx.js"></script>
|
45 |
-
<script src="sherpa-onnx-wasm-main.js"></script>
|
46 |
</body>
|
|
|
40 |
<section flex="1" overflow="auto" id="sound-clips">
|
41 |
</section>
|
42 |
|
43 |
+
<script src="app-tts.js"></script>
|
44 |
+
<script src="sherpa-onnx-tts.js"></script>
|
45 |
+
<script src="sherpa-onnx-wasm-main-tts.js"></script>
|
46 |
</body>
|
sherpa-onnx.js → sherpa-onnx-tts.js
RENAMED
File without changes
|
sherpa-onnx-wasm-main-tts.js
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sherpa-onnx-wasm-main.js
DELETED
The diff for this file is too large to render.
See raw diff
|
|