Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 101 |
uploaded_sound = gr.Audio(type="numpy", label="Input", source="upload")
|
| 102 |
with gr.Row():
|
| 103 |
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")
|
| 104 |
-
|
| 105 |
#split_vocals = gr.Audio(type="filepath", label="Vocals")
|
| 106 |
#split_bass = gr.Audio(type="filepath", label="Bass")
|
| 107 |
#split_drums = gr.Audio(type="filepath", label="Drums")
|
|
|
|
| 101 |
uploaded_sound = gr.Audio(type="numpy", label="Input", source="upload")
|
| 102 |
with gr.Row():
|
| 103 |
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")
|
| 104 |
+
load_sound_btn = gr.Button('Load your sound')
|
| 105 |
#split_vocals = gr.Audio(type="filepath", label="Vocals")
|
| 106 |
#split_bass = gr.Audio(type="filepath", label="Bass")
|
| 107 |
#split_drums = gr.Audio(type="filepath", label="Drums")
|