R-Kentaren commited on
Commit
91e0133
·
verified ·
1 Parent(s): f8203a8

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +3 -6
src/webui.py CHANGED
@@ -153,12 +153,9 @@ if __name__ == '__main__':
153
 
154
  # main tab
155
  with gr.Tab("Generate"):
156
-
157
- with gr.Accordion('Main Options'):
158
- with gr.Row():
159
- with gr.Column():
160
- rvc_model = gr.Dropdown(voice_models, label='Voice Models', info='Models folder "AICoverGen --> rvc_models". After new models are added into this folder, click the refresh button')
161
- ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
162
 
163
  # Input Method Selection
164
  with gr.Row():
 
153
 
154
  # main tab
155
  with gr.Tab("Generate"):
156
+ with gr.Row():
157
+ rvc_model = gr.Dropdown(voice_models, label='Voice Models', info='Models folder "AICoverGen --> rvc_models". After new models are added into this folder, click the refresh button')
158
+ ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
 
 
 
159
 
160
  # Input Method Selection
161
  with gr.Row():