Spaces:
Runtime error
Runtime error
Commit ·
5127b01
1
Parent(s): 456a03f
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,8 +102,8 @@ with gr.Blocks() as demo:
|
|
| 102 |
|
| 103 |
with gr.Column():
|
| 104 |
gr.HTML("<h3> Descriptors</h3>")
|
| 105 |
-
gr.HTML("<
|
| 106 |
-
dict_desc = gr.Textbox(
|
| 107 |
vocalinstru = gr.Textbox(label="Vocal/Instrumental")
|
| 108 |
|
| 109 |
with gr.Row():
|
|
|
|
| 102 |
|
| 103 |
with gr.Column():
|
| 104 |
gr.HTML("<h3> Descriptors</h3>")
|
| 105 |
+
gr.HTML("<h5> Vocal/Instrumental</h5>")
|
| 106 |
+
dict_desc = gr.Textbox()
|
| 107 |
vocalinstru = gr.Textbox(label="Vocal/Instrumental")
|
| 108 |
|
| 109 |
with gr.Row():
|