Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
|
|
101 |
with gr.Column():
|
102 |
with gr.Blocks():
|
103 |
with gr.Tab("Input Music"):
|
104 |
-
file_uploaded_in = gr.Audio(label="Input track (mix) to be mixing style transferred", type='
|
105 |
with gr.Tab("YouTube url"):
|
106 |
with gr.Row():
|
107 |
yt_link_in = gr.Textbox(
|
@@ -126,7 +126,7 @@ with gr.Blocks() as demo:
|
|
126 |
)
|
127 |
with gr.Blocks():
|
128 |
with gr.Tab("Reference Music"):
|
129 |
-
file_uploaded_ref = gr.Audio(label="Reference track (mix) to copy mixing style", type='
|
130 |
with gr.Tab("YouTube url"):
|
131 |
with gr.Row():
|
132 |
yt_link_ref = gr.Textbox(
|
|
|
101 |
with gr.Column():
|
102 |
with gr.Blocks():
|
103 |
with gr.Tab("Input Music"):
|
104 |
+
file_uploaded_in = gr.Audio(label="Input track (mix) to be mixing style transferred", type='filepath')
|
105 |
with gr.Tab("YouTube url"):
|
106 |
with gr.Row():
|
107 |
yt_link_in = gr.Textbox(
|
|
|
126 |
)
|
127 |
with gr.Blocks():
|
128 |
with gr.Tab("Reference Music"):
|
129 |
+
file_uploaded_ref = gr.Audio(label="Reference track (mix) to copy mixing style", type='filepath')
|
130 |
with gr.Tab("YouTube url"):
|
131 |
with gr.Row():
|
132 |
yt_link_ref = gr.Textbox(
|