PierreHanna commited on
Commit
10d98a4
·
1 Parent(s): e89f7b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks() as demo:
104
  ],
105
  )
106
 
107
- themes = gr.outputs.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])
 
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])