Spaces:
Runtime error
Runtime error
Commit ·
1b8f086
1
Parent(s): 7d037c0
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,10 +132,6 @@ with gr.Blocks() as demo:
|
|
| 132 |
gr.HTML("<h3>Themes</h3>")
|
| 133 |
themes=gr.Label(label="Themes", show_label=False)
|
| 134 |
|
| 135 |
-
with gr.Column():
|
| 136 |
-
gr.HTML("<h3>Genres</h3>")
|
| 137 |
-
genres = gr.Label(label="Genres", show_label=False)
|
| 138 |
-
|
| 139 |
gr.HTML("<h3>BPM</h3>")
|
| 140 |
bpm = gr.Textbox(label="BPM", show_label=False)
|
| 141 |
|
|
@@ -144,6 +140,10 @@ with gr.Blocks() as demo:
|
|
| 144 |
mode = gr.Textbox(label="Mode", show_label=False)
|
| 145 |
|
| 146 |
with gr.Column():
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
gr.HTML("<h3>Instruments</h3>")
|
| 148 |
instruments = gr.Label(label="Instruments", show_label=False)
|
| 149 |
|
|
|
|
| 132 |
gr.HTML("<h3>Themes</h3>")
|
| 133 |
themes=gr.Label(label="Themes", show_label=False)
|
| 134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
gr.HTML("<h3>BPM</h3>")
|
| 136 |
bpm = gr.Textbox(label="BPM", show_label=False)
|
| 137 |
|
|
|
|
| 140 |
mode = gr.Textbox(label="Mode", show_label=False)
|
| 141 |
|
| 142 |
with gr.Column():
|
| 143 |
+
gr.HTML("<h3>Genres</h3>")
|
| 144 |
+
genres = gr.Label(label="Genres", show_label=False)
|
| 145 |
+
|
| 146 |
+
# with gr.Column():
|
| 147 |
gr.HTML("<h3>Instruments</h3>")
|
| 148 |
instruments = gr.Label(label="Instruments", show_label=False)
|
| 149 |
|