Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -673,11 +673,13 @@ with gr.Blocks(title = "🎵 Audio Separator UI 🎵") as app:
|
|
673 |
list_button = gr.Button("Show list", variant="primary")
|
674 |
output_list = gr.HTML(label="Leaderboard")
|
675 |
|
|
|
|
|
676 |
|
677 |
with gr.TabItem("Credits"):
|
678 |
gr.Markdown(
|
679 |
"""
|
680 |
-
audio separator UI created by
|
681 |
* python-audio-separator by [beveradb](https://github.com/beveradb).
|
682 |
* Thanks to [Mikus](https://github.com/cappuch) for the help with the code.
|
683 |
* Thanks to [Nick088](https://huggingface.co/Nick088) for the help to fix roformers.
|
|
|
673 |
list_button = gr.Button("Show list", variant="primary")
|
674 |
output_list = gr.HTML(label="Leaderboard")
|
675 |
|
676 |
+
list_button.click(leaderboard, inputs=[list_filter, list_limit], outputs=output_list)
|
677 |
+
|
678 |
|
679 |
with gr.TabItem("Credits"):
|
680 |
gr.Markdown(
|
681 |
"""
|
682 |
+
audio separator UI created by [Eddycrack 864](https://github.com/Eddycrack864) & [_noxty](https://huggingface.co/theNeofr).
|
683 |
* python-audio-separator by [beveradb](https://github.com/beveradb).
|
684 |
* Thanks to [Mikus](https://github.com/cappuch) for the help with the code.
|
685 |
* Thanks to [Nick088](https://huggingface.co/Nick088) for the help to fix roformers.
|