Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -468,9 +468,10 @@ with gr.Blocks(
|
|
468 |
* NAME - Input File Name
|
469 |
* STEM - Stem Name (e.g., Vocals, Instrumental)
|
470 |
* MODEL - Model Name (e.g., BS-Roformer-Viperx-1297)
|
471 |
-
|
472 |
-
|
473 |
-
|
|
|
474 |
"""
|
475 |
)
|
476 |
with gr.Row():
|
|
|
468 |
* NAME - Input File Name
|
469 |
* STEM - Stem Name (e.g., Vocals, Instrumental)
|
470 |
* MODEL - Model Name (e.g., BS-Roformer-Viperx-1297)
|
471 |
+
|
472 |
+
Example:
|
473 |
+
* Usage: NAME_(STEM)_MODEL
|
474 |
+
* Output File Name: Music_(Vocals)_BS-Roformer-Viperx-1297
|
475 |
"""
|
476 |
)
|
477 |
with gr.Row():
|