Spaces:
Runtime error
Runtime error
Commit
·
ff667b0
1
Parent(s):
812d7ec
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ with gr.Blocks() as demo:
|
|
91 |
analyze_btn = gr.Button('Analyze File')
|
92 |
|
93 |
with gr.Row():
|
94 |
-
|
95 |
-
|
96 |
|
97 |
|
98 |
analyze_btn.click(process, inputs=[audio_input], outputs=[dict_moods, dict_desc, genres])
|
|
|
91 |
analyze_btn = gr.Button('Analyze File')
|
92 |
|
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])
|