Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -487,9 +487,9 @@ with gr.Blocks(
|
|
487 |
with gr.TabItem("Credits"):
|
488 |
gr.Markdown(
|
489 |
"""
|
490 |
-
PolUVR created by **[Politrees](https://github.com/Bebra777228)
|
491 |
-
* python-audio-separator by [beveradb](https://github.com/beveradb)
|
492 |
-
* Thanks to [Hev832](https://huggingface.co/Hev832) for the help with the code.
|
493 |
"""
|
494 |
)
|
495 |
|
|
|
487 |
with gr.TabItem("Credits"):
|
488 |
gr.Markdown(
|
489 |
"""
|
490 |
+
PolUVR created by **[Politrees](https://github.com/Bebra777228)**.
|
491 |
+
* python-audio-separator by **[beveradb](https://github.com/beveradb)**.
|
492 |
+
* Thanks to **[Hev832](https://huggingface.co/Hev832)** for the help with the code.
|
493 |
"""
|
494 |
)
|
495 |
|