Spaces:
Runtime error
Runtime error
Commit ·
e81ef5a
1
Parent(s): 9099754
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,6 +92,7 @@ with gr.Blocks() as demo:
|
|
| 92 |
themes=gr.outputs.Label(label="Themes")
|
| 93 |
genres = gr.outputs.Label(label="Genres")
|
| 94 |
instruments = gr.outputs.Label(label="Instruments")
|
|
|
|
| 95 |
|
| 96 |
|
| 97 |
analyze_btn.click(process, inputs=[audio_input], outputs=[dict_moods, dict_desc, genres, instruments, themes])
|
|
|
|
| 92 |
themes=gr.outputs.Label(label="Themes")
|
| 93 |
genres = gr.outputs.Label(label="Genres")
|
| 94 |
instruments = gr.outputs.Label(label="Instruments")
|
| 95 |
+
dict_desc = gr.Textbox(label="music desc")
|
| 96 |
|
| 97 |
|
| 98 |
analyze_btn.click(process, inputs=[audio_input], outputs=[dict_moods, dict_desc, genres, instruments, themes])
|