Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osanseviero
/
tortoisse-tts
like
17
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osanseviero
commited on
Apr 27, 2022
Commit
63ced49
·
1 Parent(s):
95ec227
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -32,7 +32,8 @@ voices = [
32
"tom",
33
"William",
34
]
35
-
voices
= get_voices()
36
37
preset = "fastest"
38
32
"tom",
33
"William",
34
]
35
+
voice_paths
= get_voices()
36
+
print(voice_paths)
37
38
preset = "fastest"
39