PierreHanna commited on
Commit
343a53f
1 Parent(s): 50c1ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks() as demo:
182
  themes=gr.Label(label="Themes", show_label=False)
183
  '''
184
 
185
- analyze_url_btn.click(process, inputs=[audio_url_input],
186
  outputs=[html,
187
  dict_moods,
188
  genres,
 
182
  themes=gr.Label(label="Themes", show_label=False)
183
  '''
184
 
185
+ analyze_url_btn.click(process_url, inputs=[audio_url_input],
186
  outputs=[html,
187
  dict_moods,
188
  genres,