Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Kamtera/Persian-tts-CoquiTTS
sanaweb
/
Persian-tts-CoquiTTS
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kamtera
commited on
Dec 24, 2022
Commit
84ce1b5
·
1 Parent(s):
28a1377
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,7 +21,7 @@ def tts(text: str):
21
22
23
synthesizer = Synthesizer(
24
-
model_path, config_path
, speakers_file_path
25
)
26
27
21
22
23
synthesizer = Synthesizer(
24
+
model_path, config_path
25
)
26
27