IKRAMELHADI commited on
Commit ·
00b7913
1
Parent(s): f02c7ee
modif interpretation results
Browse files
app.py
CHANGED
|
@@ -908,7 +908,7 @@ Trois modes : <b>Upload audio</b> (openSMILE), <b>URL FreeSound</b> (features AP
|
|
| 908 |
btn_url.click(predict_from_freesound_url, inputs=url_in, outputs=out_url)
|
| 909 |
|
| 910 |
# -------- TAB 3 --------
|
| 911 |
-
|
| 912 |
with gr.Row():
|
| 913 |
with gr.Column(scale=1):
|
| 914 |
gr.Markdown("### Coller une URL FreeSound")
|
|
|
|
| 908 |
btn_url.click(predict_from_freesound_url, inputs=url_in, outputs=out_url)
|
| 909 |
|
| 910 |
# -------- TAB 3 --------
|
| 911 |
+
with gr.Tab("3) URL FreeSound (metadata)"):
|
| 912 |
with gr.Row():
|
| 913 |
with gr.Column(scale=1):
|
| 914 |
gr.Markdown("### Coller une URL FreeSound")
|