Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -516,8 +516,8 @@ with gr.Blocks(
|
|
516 |
* **STEM** - Stem Name (e.g., Vocals, Instrumental)
|
517 |
* **MODEL** - Model Name (e.g., BS-Roformer-Viperx-1297)
|
518 |
Example:
|
519 |
-
|
520 |
-
|
521 |
"""
|
522 |
)
|
523 |
with gr.Row():
|
@@ -543,7 +543,7 @@ with gr.Blocks(
|
|
543 |
with gr.Tab("Credits"):
|
544 |
gr.Markdown(
|
545 |
"""
|
546 |
-
|
547 |
* python-audio-separator by **[beveradb](https://github.com/beveradb)**.
|
548 |
* Thanks to **[Hev832](https://huggingface.co/Hev832)** for the help with the code.
|
549 |
"""
|
|
|
516 |
* **STEM** - Stem Name (e.g., Vocals, Instrumental)
|
517 |
* **MODEL** - Model Name (e.g., BS-Roformer-Viperx-1297)
|
518 |
Example:
|
519 |
+
> Usage: NAME_(STEM)_MODEL
|
520 |
+
> Output File Name: Music_(Vocals)_BS-Roformer-Viperx-1297
|
521 |
"""
|
522 |
)
|
523 |
with gr.Row():
|
|
|
543 |
with gr.Tab("Credits"):
|
544 |
gr.Markdown(
|
545 |
"""
|
546 |
+
Audio-Separator created by **[Politrees](https://github.com/Bebra777228)**.
|
547 |
* python-audio-separator by **[beveradb](https://github.com/beveradb)**.
|
548 |
* Thanks to **[Hev832](https://huggingface.co/Hev832)** for the help with the code.
|
549 |
"""
|