Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -510,12 +510,13 @@ with gr.Blocks(
|
|
510 |
gr.Markdown(
|
511 |
"""
|
512 |
Keys for automatic determination of input file names, stems, and models to simplify the construction of output file names.
|
513 |
-
|
514 |
Keys:
|
515 |
* **NAME** - Input File Name
|
516 |
* **STEM** - Stem Name (e.g., Vocals, Instrumental)
|
517 |
* **MODEL** - Model Name (e.g., BS-Roformer-Viperx-1297)
|
518 |
-
|
|
|
519 |
> * **Usage:** NAME_(STEM)_MODEL
|
520 |
> * **Output File Name:** Music_(Vocals)_BS-Roformer-Viperx-1297
|
521 |
"""
|
|
|
510 |
gr.Markdown(
|
511 |
"""
|
512 |
Keys for automatic determination of input file names, stems, and models to simplify the construction of output file names.
|
513 |
+
|
514 |
Keys:
|
515 |
* **NAME** - Input File Name
|
516 |
* **STEM** - Stem Name (e.g., Vocals, Instrumental)
|
517 |
* **MODEL** - Model Name (e.g., BS-Roformer-Viperx-1297)
|
518 |
+
|
519 |
+
> Example:
|
520 |
> * **Usage:** NAME_(STEM)_MODEL
|
521 |
> * **Output File Name:** Music_(Vocals)_BS-Roformer-Viperx-1297
|
522 |
"""
|