Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ from scipy.io.wavfile import write
|
|
| 19 |
from text import cleaners
|
| 20 |
|
| 21 |
model_configs = {
|
| 22 |
-
"
|
| 23 |
"path": "french_model_vits/G_700000.pth",
|
| 24 |
"symbols": symbols_default
|
| 25 |
}
|
|
@@ -109,7 +109,7 @@ with app:
|
|
| 109 |
"""
|
| 110 |
)
|
| 111 |
with gr.Tabs():
|
| 112 |
-
create_tab("
|
| 113 |
|
| 114 |
gr.Markdown(
|
| 115 |
"""
|
|
|
|
| 19 |
from text import cleaners
|
| 20 |
|
| 21 |
model_configs = {
|
| 22 |
+
"French_TTS": {
|
| 23 |
"path": "french_model_vits/G_700000.pth",
|
| 24 |
"symbols": symbols_default
|
| 25 |
}
|
|
|
|
| 109 |
"""
|
| 110 |
)
|
| 111 |
with gr.Tabs():
|
| 112 |
+
create_tab("French_TTS")
|
| 113 |
|
| 114 |
gr.Markdown(
|
| 115 |
"""
|