Hev832 commited on
Commit
7986b8e
1 Parent(s): a3d4fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,8 +317,8 @@ Input text ➡[(edge-tts)](https://github.com/rany2/edge-tts)➡ Speech mp3 file
317
 
318
  app = gr.Blocks(theme="Hev832/emerald", title="RVC-TTS")
319
  with app:
320
- with gr.Tab('inference tts'):
321
  gr.Markdown(initial_md)
 
322
  with gr.Row():
323
  with gr.Column():
324
  model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
 
317
 
318
  app = gr.Blocks(theme="Hev832/emerald", title="RVC-TTS")
319
  with app:
 
320
  gr.Markdown(initial_md)
321
+ with gr.Tab('inference tts'):
322
  with gr.Row():
323
  with gr.Column():
324
  model_name = gr.Dropdown(label="Model", choices=models, value=models[0])