Update src/webui.py
Browse files- src/webui.py +1 -1
src/webui.py
CHANGED
|
@@ -182,7 +182,7 @@ if __name__ == '__main__':
|
|
| 182 |
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')
|
| 183 |
ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
|
| 184 |
|
| 185 |
-
with gr.Column(
|
| 186 |
main_vocals_input = gr.Text(label='main_vocals_input')
|
| 187 |
backup_vocals_input = gr.Text(label='backup_vocals_input')
|
| 188 |
main_vocals = gr.File(label='Audio file')
|
|
|
|
| 182 |
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')
|
| 183 |
ref_btn = gr.Button('Refresh Models 🔁', variant='primary')
|
| 184 |
|
| 185 |
+
with gr.Column() as file_upload_col:
|
| 186 |
main_vocals_input = gr.Text(label='main_vocals_input')
|
| 187 |
backup_vocals_input = gr.Text(label='backup_vocals_input')
|
| 188 |
main_vocals = gr.File(label='Audio file')
|