Hev832 commited on
Commit
f708340
1 Parent(s): c535cd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -318,11 +318,7 @@ Input text ➡[(edge-tts)](https://github.com/rany2/edge-tts)➡ Speech mp3 file
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
-
323
-
324
-
325
- with gr.Accordion('Main Options'):
326
  with gr.Row():
327
  with gr.Column():
328
  model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
@@ -402,6 +398,7 @@ with app:
402
  inputs=[tts_text, tts_voice],
403
  )
404
 
 
405
  with gr.Tab('Download model'):
406
 
407
  with gr.Accordion('From HuggingFace/Pixeldrain URL', open=True):
 
318
  app = gr.Blocks(theme="Hev832/emerald", title="RVC-TTS")
319
  with app:
320
  gr.Markdown(initial_md)
321
+
 
 
 
 
322
  with gr.Row():
323
  with gr.Column():
324
  model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
 
398
  inputs=[tts_text, tts_voice],
399
  )
400
 
401
+ with gr.Row():
402
  with gr.Tab('Download model'):
403
 
404
  with gr.Accordion('From HuggingFace/Pixeldrain URL', open=True):