ccourc23 commited on
Commit
9f73ced
1 Parent(s): e4a1b59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -32,8 +32,6 @@ def synthesise(text):
32
  )
33
  return speech.cpu()
34
 
35
- Audio(speech, rate=16000)
36
-
37
  import numpy as np
38
 
39
  target_dtype = np.int16
 
32
  )
33
  return speech.cpu()
34
 
 
 
35
  import numpy as np
36
 
37
  target_dtype = np.int16