Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,8 +158,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 158 |
with gr.Column():
|
| 159 |
uploaded_sound = gr.Audio(type="numpy", label="Input", source="upload")
|
| 160 |
with gr.Row():
|
| 161 |
-
youtube_link = gr.Textbox(show_label=False, placeholder="you can also paste YT link and load it")
|
| 162 |
-
yt_load_btn = gr.Button("Load YT song")
|
| 163 |
|
| 164 |
with gr.Row():
|
| 165 |
chosen_track = gr.Radio(["vocals", "bass", "drums", "other", "all-in"], label="Track", info="Which track from your audio do you want to mashup ?", value="vocals")
|
|
|
|
| 158 |
with gr.Column():
|
| 159 |
uploaded_sound = gr.Audio(type="numpy", label="Input", source="upload")
|
| 160 |
with gr.Row():
|
| 161 |
+
youtube_link = gr.Textbox(show_label=False, placeholder="you can also paste YT link and load it", interactive=False)
|
| 162 |
+
yt_load_btn = gr.Button("Load YT song", interactive=False)
|
| 163 |
|
| 164 |
with gr.Row():
|
| 165 |
chosen_track = gr.Radio(["vocals", "bass", "drums", "other", "all-in"], label="Track", info="Which track from your audio do you want to mashup ?", value="vocals")
|