Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,8 @@ def ui_batched(launch_kwargs):
|
|
182 |
with gr.Row():
|
183 |
with gr.Column():
|
184 |
with gr.Row():
|
185 |
-
|
|
|
186 |
with gr.Row():
|
187 |
submit = gr.Button("Generate")
|
188 |
with gr.Column():
|
|
|
182 |
with gr.Row():
|
183 |
with gr.Column():
|
184 |
with gr.Row():
|
185 |
+
text = gr.Text(label="Describe your music", lines=2, interactive=True)
|
186 |
+
melody = gr.Audio(source="upload", type="numpy", label="Condition on a melody (optional)", interactive=True)
|
187 |
with gr.Row():
|
188 |
submit = gr.Button("Generate")
|
189 |
with gr.Column():
|