Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,9 @@ import pickle
|
|
16 |
theme = gr.themes.Base(theme="NoCrypt/miku",
|
17 |
font=[gr.themes.GoogleFont('Libre Franklin'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|
18 |
)
|
19 |
-
|
|
|
|
|
20 |
voices = {}
|
21 |
# import phonemizer
|
22 |
# global_phonemizer = phonemizer.backend.EspeakBackend(language='en-us', preserve_punctuation=True, with_stress=True)
|
|
|
16 |
theme = gr.themes.Base(theme="NoCrypt/miku",
|
17 |
font=[gr.themes.GoogleFont('Libre Franklin'), gr.themes.GoogleFont('Public Sans'), 'system-ui', 'sans-serif'],
|
18 |
)
|
19 |
+
|
20 |
+
VO_JA_Kamisato_Ayaka_About_Kujou_Sara.wav
|
21 |
+
voicelist = ['VO_JA_Kamisato_Ayaka_About_Kujou_Sara','hontonokimochi','gaen_original']
|
22 |
voices = {}
|
23 |
# import phonemizer
|
24 |
# global_phonemizer = phonemizer.backend.EspeakBackend(language='en-us', preserve_punctuation=True, with_stress=True)
|