fffiloni commited on
Commit
638ab97
·
1 Parent(s): dea35d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (optional)", interactive=False)
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():