Spaces:
Runtime error
Runtime error
Commit ·
05c56b5
1
Parent(s): 5b08dc2
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,8 @@ with gr.Blocks() as demo:
|
|
| 91 |
themes=gr.Label(label="Themes")
|
| 92 |
genres = gr.Label(label="Genres")
|
| 93 |
instruments = gr.Label(label="Instruments")
|
| 94 |
-
|
|
|
|
| 95 |
#vocalinstru = gr.Textbox(label="Vocal/Instrumental"),
|
| 96 |
|
| 97 |
'''
|
|
|
|
| 91 |
themes=gr.Label(label="Themes")
|
| 92 |
genres = gr.Label(label="Genres")
|
| 93 |
instruments = gr.Label(label="Instruments")
|
| 94 |
+
|
| 95 |
+
dict_desc = gr.Textbox(label="music desc")
|
| 96 |
#vocalinstru = gr.Textbox(label="Vocal/Instrumental"),
|
| 97 |
|
| 98 |
'''
|