Spaces:
Running
Running
Update app_tsukasa_remote.py
Browse files- app_tsukasa_remote.py +1 -1
app_tsukasa_remote.py
CHANGED
@@ -23,7 +23,7 @@ theme = gr.themes.Base(
|
|
23 |
font=[gr.themes.GoogleFont('Libre Franklin'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|
24 |
)
|
25 |
|
26 |
-
voicelist = [v for v in os.listdir("
|
27 |
|
28 |
for v in voicelist:
|
29 |
voices[v] = f'reference_sample_wavs/{v}'
|
|
|
23 |
font=[gr.themes.GoogleFont('Libre Franklin'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|
24 |
)
|
25 |
|
26 |
+
voicelist = [v for v in os.listdir("reference_sample_wavs")]
|
27 |
|
28 |
for v in voicelist:
|
29 |
voices[v] = f'reference_sample_wavs/{v}'
|