Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from accentor import accentification, stress_replace_and_shift, accentors
|
|
10 |
|
11 |
|
12 |
config = {
|
13 |
-
"olena": "
|
14 |
}
|
15 |
|
16 |
voices = list(config.keys())
|
|
|
10 |
|
11 |
|
12 |
config = {
|
13 |
+
"olena": "S1m0neAI/ua_model",
|
14 |
}
|
15 |
|
16 |
voices = list(config.keys())
|