Spaces:
Runtime error
Runtime error
Commit ·
4d0049a
1
Parent(s): 7513630
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,6 +106,8 @@ with gr.Blocks() as demo:
|
|
| 106 |
instruments = gr.Label(label="Instruments", show_label=False)
|
| 107 |
|
| 108 |
|
|
|
|
|
|
|
| 109 |
with gr.Column():
|
| 110 |
gr.HTML("<h3> Descriptors</h3>")
|
| 111 |
gr.HTML("<h4> Vocal/Instrumental</h4>")
|
|
|
|
| 106 |
instruments = gr.Label(label="Instruments", show_label=False)
|
| 107 |
|
| 108 |
|
| 109 |
+
with gr.Row():
|
| 110 |
+
|
| 111 |
with gr.Column():
|
| 112 |
gr.HTML("<h3> Descriptors</h3>")
|
| 113 |
gr.HTML("<h4> Vocal/Instrumental</h4>")
|