Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -486,7 +486,7 @@ with gr.Blocks() as demo:
|
|
| 486 |
|
| 487 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|
| 488 |
|
| 489 |
-
input_melody = gr.
|
| 490 |
|
| 491 |
gr.Markdown("## Generation options")
|
| 492 |
|
|
|
|
| 486 |
|
| 487 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"])
|
| 488 |
|
| 489 |
+
input_melody = gr.Textbox(value="Hotel California", label="Popular melodies database search query")
|
| 490 |
|
| 491 |
gr.Markdown("## Generation options")
|
| 492 |
|