Spaces:
Runtime error
Runtime error
Commit
·
d0f4435
1
Parent(s):
81dc149
Update app_multi.py
Browse files- app_multi.py +1 -1
app_multi.py
CHANGED
|
@@ -435,7 +435,7 @@ with app:
|
|
| 435 |
with gr.Row():
|
| 436 |
with gr.Column():
|
| 437 |
with gr.Tab('Audio conversion'):
|
| 438 |
-
input_audio =
|
| 439 |
|
| 440 |
vc_convert_btn = gr.Button('Convert', variant='primary')
|
| 441 |
|
|
|
|
| 435 |
with gr.Row():
|
| 436 |
with gr.Column():
|
| 437 |
with gr.Tab('Audio conversion'):
|
| 438 |
+
input_audio = as_audio_vocals
|
| 439 |
|
| 440 |
vc_convert_btn = gr.Button('Convert', variant='primary')
|
| 441 |
|