Update src/webui.py
Browse files- src/webui.py +1 -1
src/webui.py
CHANGED
|
@@ -226,7 +226,7 @@ if __name__ == '__main__':
|
|
| 226 |
output_format = gr.Dropdown(['mp3', 'wav'], value='mp3', label='Output file type', info='mp3: small file size, decent quality. wav: Large file size, best quality')
|
| 227 |
|
| 228 |
with gr.Row():
|
| 229 |
-
clear_btn = gr.ClearButton(value='Clear', components=[main_vocals_input, backup_vocals_input, rvc_model, keep_files,
|
| 230 |
generate_btn = gr.Button("Generate", variant='primary')
|
| 231 |
ai_cover = gr.Audio(label='AI Cover', show_share_button=False)
|
| 232 |
|
|
|
|
| 226 |
output_format = gr.Dropdown(['mp3', 'wav'], value='mp3', label='Output file type', info='mp3: small file size, decent quality. wav: Large file size, best quality')
|
| 227 |
|
| 228 |
with gr.Row():
|
| 229 |
+
clear_btn = gr.ClearButton(value='Clear', components=[main_vocals_input, backup_vocals_input, rvc_model, keep_files, main_vocals, backup_vocals])
|
| 230 |
generate_btn = gr.Button("Generate", variant='primary')
|
| 231 |
ai_cover = gr.Audio(label='AI Cover', show_share_button=False)
|
| 232 |
|