Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ccourc23
/
eng_to_fr_STST
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ccourc23
commited on
Mar 18, 2024
Commit
9f73ced
·
verified
·
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