Update tabs/infer/infer.py
Browse files- tabs/infer/infer.py +1 -1
tabs/infer/infer.py
CHANGED
@@ -51,7 +51,7 @@ def inference_tab(status_message, rvc_model):
|
|
51 |
show_file_upload_button = gr.Button('Upload file instead?')
|
52 |
|
53 |
with gr.Column(visible=False) as file_upload_col:
|
54 |
-
local_file = gr.Audio(label='Audio file')
|
55 |
|
56 |
show_yt_link_button = gr.Button('Paste YouTube link instead?')
|
57 |
|
|
|
51 |
show_file_upload_button = gr.Button('Upload file instead?')
|
52 |
|
53 |
with gr.Column(visible=False) as file_upload_col:
|
54 |
+
local_file = gr.Audio(label='Audio file', interactive=True)
|
55 |
|
56 |
show_yt_link_button = gr.Button('Paste YouTube link instead?')
|
57 |
|