Spaces:
Edmond98
/
Running on A100

Afrinetwork7 commited on
Commit
38d6cc5
1 Parent(s): 0eaed7a

Update tts.py

Browse files
Files changed (1) hide show
  1. tts.py +0 -1
tts.py CHANGED
@@ -168,7 +168,6 @@ def synthesize(text=None, lang=None, speed=None):
168
  .numpy()
169
  )
170
 
171
- hyp = (hyp * 32768).astype(np.int16)
172
  return (hps.data.sampling_rate, hyp), text
173
 
174
 
 
168
  .numpy()
169
  )
170
 
 
171
  return (hps.data.sampling_rate, hyp), text
172
 
173