tu commited on
Commit
b23490f
1 Parent(s): 6f6918a

update 16-4

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. model.onnx +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def tts(text):
43
  for stn_tst in stn_tst_list:
44
  text = np.expand_dims(np.array(stn_tst, dtype=np.int64), 0)
45
  text_lengths = np.array([text.shape[1]], dtype=np.int64)
46
- scales = np.array([0.667, 1.0, 0.8], dtype=np.float32)
47
  sid = np.array([int(sid)]) if sid is not None else None
48
 
49
  audio = model.run(
 
43
  for stn_tst in stn_tst_list:
44
  text = np.expand_dims(np.array(stn_tst, dtype=np.int64), 0)
45
  text_lengths = np.array([text.shape[1]], dtype=np.int64)
46
+ scales = np.array([0.667, 1.1, 0.85], dtype=np.float32)
47
  sid = np.array([int(sid)]) if sid is not None else None
48
 
49
  audio = model.run(
model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2337aaa17027eba030c8d37df85da9bf4bd9accf7efc61d006efc774e73086f3
3
  size 123389245
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0c9c2e2ce10af648bf6b0718feac0d23cb713da66452168674d467c68f1c52
3
  size 123389245