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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -319,6 +319,10 @@ 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])
 
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])