Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(css=css) as demo:
|
|
105 |
#split_others = gr.Audio(type="filepath", label="Other")
|
106 |
with gr.Row():
|
107 |
music_prompt = gr.Textbox(label="Musical Prompt", info="Describe what kind music you wish for", interactive=True)
|
108 |
-
melody = gr.Audio(source="upload", type="numpy", label="Melody Condition (
|
109 |
#with gr.Row():
|
110 |
# model = gr.Radio(["melody", "medium", "small", "large"], label="Model", value="melody", interactive=True)
|
111 |
with gr.Row():
|
|
|
105 |
#split_others = gr.Audio(type="filepath", label="Other")
|
106 |
with gr.Row():
|
107 |
music_prompt = gr.Textbox(label="Musical Prompt", info="Describe what kind music you wish for", interactive=True)
|
108 |
+
melody = gr.Audio(source="upload", type="numpy", label="Melody Condition (from previous step)", interactive=False)
|
109 |
#with gr.Row():
|
110 |
# model = gr.Radio(["melody", "medium", "small", "large"], label="Model", value="melody", interactive=True)
|
111 |
with gr.Row():
|