Spaces:
Runtime error
Runtime error
Commit ·
343a53f
1
Parent(s): 50c1ac4
Update app.py
Browse files
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(
|
| 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,
|