Spaces:
Runtime error
Runtime error
Commit
·
2839bc9
1
Parent(s):
ff667b0
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,6 +93,7 @@ with gr.Blocks() as demo:
|
|
| 93 |
with gr.Row():
|
| 94 |
dict_moods=gr.outputs.Label(label="Moods")
|
| 95 |
dict_desc=gr.outputs.Label(label="Descriptors")
|
|
|
|
| 96 |
|
| 97 |
|
| 98 |
analyze_btn.click(process, inputs=[audio_input], outputs=[dict_moods, dict_desc, genres])
|
|
|
|
| 93 |
with gr.Row():
|
| 94 |
dict_moods=gr.outputs.Label(label="Moods")
|
| 95 |
dict_desc=gr.outputs.Label(label="Descriptors")
|
| 96 |
+
genres = gr.outputs.Label(label="Genres")
|
| 97 |
|
| 98 |
|
| 99 |
analyze_btn.click(process, inputs=[audio_input], outputs=[dict_moods, dict_desc, genres])
|