Spaces:
Runtime error
Runtime error
Commit ·
31c0c8e
1
Parent(s): e204a2f
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,11 +91,11 @@ with gr.Blocks() as demo:
|
|
| 91 |
genres = gr.Label(label="Genres", show_label=False)
|
| 92 |
|
| 93 |
gr.HTML("<h3>BPM</h3>")
|
| 94 |
-
bpm = gr.
|
| 95 |
|
| 96 |
gr.HTML("<h3>Key</h3>")
|
| 97 |
-
key = gr.
|
| 98 |
-
mode = gr.
|
| 99 |
|
| 100 |
with gr.Column():
|
| 101 |
gr.HTML("<h3>Instruments</h3>")
|
|
|
|
| 91 |
genres = gr.Label(label="Genres", show_label=False)
|
| 92 |
|
| 93 |
gr.HTML("<h3>BPM</h3>")
|
| 94 |
+
bpm = gr.Textbox(label="BPM", show_label=False)
|
| 95 |
|
| 96 |
gr.HTML("<h3>Key</h3>")
|
| 97 |
+
key = gr.Textbox(label="Key", show_label=False)
|
| 98 |
+
mode = gr.Textbox(label="Mode", show_label=False)
|
| 99 |
|
| 100 |
with gr.Column():
|
| 101 |
gr.HTML("<h3>Instruments</h3>")
|