Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ccourc23/eng_to_fr_STST
cerkut
/
eraseMe
like
0
Runtime error
App
Files
Files
Community
ccourc23
commited on
Mar 18
Commit
9f73ced
•
1 Parent(s):
e4a1b59
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -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