Spaces:
Runtime error
Runtime error
Commit ·
de5ecfe
1
Parent(s): 798481c
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ with gr.Blocks() as demo:
|
|
| 133 |
gr.HTML("<h3>Instruments</h3>")
|
| 134 |
instruments = gr.Label(label="Instruments", show_label=False)
|
| 135 |
|
| 136 |
-
gr.HTML("<h3>
|
| 137 |
vocalgender = gr.Label(label="Vocal Gender", show_label=False)
|
| 138 |
|
| 139 |
gr.HTML("<h3>Textures</h3>")
|
|
|
|
| 133 |
gr.HTML("<h3>Instruments</h3>")
|
| 134 |
instruments = gr.Label(label="Instruments", show_label=False)
|
| 135 |
|
| 136 |
+
gr.HTML("<h3> Vocal Gender</h3>")
|
| 137 |
vocalgender = gr.Label(label="Vocal Gender", show_label=False)
|
| 138 |
|
| 139 |
gr.HTML("<h3>Textures</h3>")
|