Spaces:
Runtime error
Runtime error
Commit ·
10d98a4
1
Parent(s): e89f7b1
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ with gr.Blocks() as demo:
|
|
| 104 |
],
|
| 105 |
)
|
| 106 |
|
| 107 |
-
themes = gr.
|
| 108 |
|
| 109 |
|
| 110 |
analyze_btn.click(process, inputs=[audio_input], outputs=[dict_moods, dict_desc, genres, instruments, themes])
|
|
|
|
| 104 |
],
|
| 105 |
)
|
| 106 |
|
| 107 |
+
themes = gr.Dataset(components=[gr.Textbox(visible=False)],label="type de tags")
|
| 108 |
|
| 109 |
|
| 110 |
analyze_btn.click(process, inputs=[audio_input], outputs=[dict_moods, dict_desc, genres, instruments, themes])
|