Simonlob commited on
Commit
b58f1e1
1 Parent(s): 99e8a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -197,11 +197,8 @@ def main():
197
 
198
  synth_btn = gr.Button("БАШТОО | RUN")
199
 
200
- with gr.Box():
201
- with gr.Row():
202
- gr.Markdown("## Фонетизацияланган текст\n### Phonetised text")
203
- with gr.Row():
204
- phonetised_text = gr.Textbox(interactive=False, scale=10, label=None)
205
 
206
  with gr.Box():
207
  with gr.Row():
@@ -247,7 +244,7 @@ def main():
247
  text,
248
  ],
249
  outputs=[phonetised_text, processed_text, processed_text_len],
250
- api_name="matcha_tts",
251
  queue=True,
252
  ).then(
253
  fn=synthesise_mel,
 
197
 
198
  synth_btn = gr.Button("БАШТОО | RUN")
199
 
200
+
201
+ phonetised_text = gr.Textbox(interactive=False, scale=10, label=None)
 
 
 
202
 
203
  with gr.Box():
204
  with gr.Row():
 
244
  text,
245
  ],
246
  outputs=[phonetised_text, processed_text, processed_text_len],
247
+ api_name="AkylAI TTS Mini",
248
  queue=True,
249
  ).then(
250
  fn=synthesise_mel,