Spaces:
Running
Running
Update src/covergen.py
#9
by
Ryouko65777
- opened
- src/covergen.py +3 -4
src/covergen.py
CHANGED
@@ -82,10 +82,9 @@ if __name__ == '__main__':
|
|
82 |
show_enter_button.click(swap_buttons, outputs=[show_enter_button, show_upload_button])
|
83 |
|
84 |
with gr.Group():
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
output_format = gr.Dropdown(['mp3', 'flac', 'wav'], value='mp3', label='File Format', scale=0.1, allow_custom_value=False, filterable=False)
|
89 |
|
90 |
with gr.Accordion('Voice Conversion Settings', open=False):
|
91 |
with gr.Group():
|
|
|
82 |
show_enter_button.click(swap_buttons, outputs=[show_enter_button, show_upload_button])
|
83 |
|
84 |
with gr.Group():
|
85 |
+
generate_btn = gr.Button("Generate", variant='primary', scale=1)
|
86 |
+
converted_voice = gr.Audio(label='Converted Voice', scale=5, show_share_button=False)
|
87 |
+
output_format = gr.Dropdown(['mp3', 'flac', 'wav'], value='mp3', label='File Format', scale=0.1, allow_custom_value=False, filterable=False)
|
|
|
88 |
|
89 |
with gr.Accordion('Voice Conversion Settings', open=False):
|
90 |
with gr.Group():
|