Update src/webui.py
Browse files- 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 |
-
|
| 158 |
-
|
| 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():
|