osanseviero HF staff commited on
Commit
63ced49
1 Parent(s): 95ec227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -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