Spaces:
Runtime error
Runtime error
ORI-Muchim
commited on
Commit
β’
bdaab11
1
Parent(s):
61cc56b
Update app.py
Browse files
app.py
CHANGED
@@ -69,9 +69,9 @@ if __name__ == '__main__':
|
|
69 |
name = 'AronaTTS'
|
70 |
lang = 'ζ₯ζ¬θͺ (Japanese)'
|
71 |
example = 'ε
ηγδ»ζ₯γ―倩ζ°γζ¬ε½γ«γγγ§γγγ'
|
72 |
-
config_path = f"
|
73 |
-
model_path = f"
|
74 |
-
cover_path = f"
|
75 |
|
76 |
hps = utils.get_hparams_from_file(config_path)
|
77 |
|
|
|
69 |
name = 'AronaTTS'
|
70 |
lang = 'ζ₯ζ¬θͺ (Japanese)'
|
71 |
example = 'ε
ηγδ»ζ₯γ―倩ζ°γζ¬ε½γ«γγγ§γγγ'
|
72 |
+
config_path = f"pretrained_model/arona_ms_istft_vits.json"
|
73 |
+
model_path = f"pretrained_model/arona_ms_istft_vits.pth"
|
74 |
+
cover_path = f"pretrained_model/cover.png"
|
75 |
|
76 |
hps = utils.get_hparams_from_file(config_path)
|
77 |
|