Pipe1213 commited on
Commit
520b5ce
1 Parent(s): 9384a00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ from scipy.io.wavfile import write
19
  from text import cleaners
20
 
21
  model_configs = {
22
- "Graphemes": {
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("French TTS")
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
  """