Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -401,7 +401,7 @@ def show_hide_params(param):
|
|
401 |
return gr.update(visible=param)
|
402 |
|
403 |
with gr.Blocks(
|
404 |
-
title="🎵 Audio-Separator by
|
405 |
css="footer{display:none !important}",
|
406 |
) as app:
|
407 |
gr.HTML("<h1><center> 🎵 Audio-Separator HF Demo 🎵 </center></h1>")
|
@@ -597,7 +597,7 @@ with gr.Blocks(
|
|
597 |
with gr.Tab("Credits"):
|
598 |
gr.Markdown(
|
599 |
"""
|
600 |
-
This Space created by **[Politrees](https://github.com/Bebra777228) forked by [
|
601 |
* python-audio-separator by **[beveradb](https://github.com/beveradb)**.
|
602 |
"""
|
603 |
)
|
|
|
401 |
return gr.update(visible=param)
|
402 |
|
403 |
with gr.Blocks(
|
404 |
+
title="🎵 Audio-Separator by NeoPY 🎵",
|
405 |
css="footer{display:none !important}",
|
406 |
) as app:
|
407 |
gr.HTML("<h1><center> 🎵 Audio-Separator HF Demo 🎵 </center></h1>")
|
|
|
597 |
with gr.Tab("Credits"):
|
598 |
gr.Markdown(
|
599 |
"""
|
600 |
+
This Space created by **[Politrees](https://github.com/Bebra777228) forked by [NeoPy](https://github.com/TheNeodev)**.
|
601 |
* python-audio-separator by **[beveradb](https://github.com/beveradb)**.
|
602 |
"""
|
603 |
)
|