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