Spaces:
Running
Running
Upload 6 files
Browse files- sherpa-onnx-tts.js +3 -3
- sherpa-onnx-wasm-main-tts.data +2 -2
- sherpa-onnx-wasm-main-tts.js +0 -0
sherpa-onnx-tts.js
CHANGED
@@ -356,10 +356,10 @@ class OfflineTts {
|
|
356 |
function createOfflineTts(Module, myConfig) {
|
357 |
const offlineTtsVitsModelConfig = {
|
358 |
model: './model.onnx',
|
359 |
-
lexicon: '',
|
360 |
tokens: './tokens.txt',
|
361 |
-
dataDir: '
|
362 |
-
dictDir: '',
|
363 |
noiseScale: 0.667,
|
364 |
noiseScaleW: 0.8,
|
365 |
lengthScale: 1.0,
|
|
|
356 |
function createOfflineTts(Module, myConfig) {
|
357 |
const offlineTtsVitsModelConfig = {
|
358 |
model: './model.onnx',
|
359 |
+
lexicon: './lexicon.txt',
|
360 |
tokens: './tokens.txt',
|
361 |
+
dataDir: '',
|
362 |
+
dictDir: './dict',
|
363 |
noiseScale: 0.667,
|
364 |
noiseScaleW: 0.8,
|
365 |
lengthScale: 1.0,
|
sherpa-onnx-wasm-main-tts.data
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2face77296c8ae64ef6c9450e18001506c1438da8b3e19bf96d562d72363e3d7
|
3 |
+
size 191246285
|
sherpa-onnx-wasm-main-tts.js
CHANGED
The diff for this file is too large to render.
See raw diff
|
|