Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -460,11 +460,11 @@ with gr.Blocks(
|
|
460 |
batch_size = gr.Slider(minimum=1, maximum=16, step=1, value=1, label="Batch Size", info="Larger consumes more RAM but may process slightly faster.")
|
461 |
|
462 |
with gr.Accordion("Rename Stems", open=False):
|
463 |
-
gr.HTML("<h3>Input File Name: <
|
464 |
-
gr.HTML("<h3>Stem Name: <
|
465 |
-
gr.HTML("<h3>Model Name: <
|
466 |
-
gr.HTML("<h3>Usage Example: <
|
467 |
-
gr.HTML("<h3>Output File Name:
|
468 |
with gr.Row():
|
469 |
vocals_stem = gr.Textbox(value="<IN>_(<SN>)_<MN>", label="Vocals Stem", info="Пример вывода: Music_(Vocals)_BS-Roformer-Viperx-1297", placeholder="<IN>_(<SN>)_<MN>")
|
470 |
instrumental_stem = gr.Textbox(value="<IN>_(<SN>)_<MN>", label="Instrumental Stem", info="Пример вывода: Music_(Instrumental)_BS-Roformer-Viperx-1297", placeholder="<IN>_(<SN>)_<MN>")
|
|
|
460 |
batch_size = gr.Slider(minimum=1, maximum=16, step=1, value=1, label="Batch Size", info="Larger consumes more RAM but may process slightly faster.")
|
461 |
|
462 |
with gr.Accordion("Rename Stems", open=False):
|
463 |
+
gr.HTML("<h3> Input File Name: <IN> - Automatic detection </h3>")
|
464 |
+
gr.HTML("<h3> Stem Name: <SN> - Automatic detection (e.g., Vocals, Instrumental) </h3>")
|
465 |
+
gr.HTML("<h3> Model Name: <MN> - Automatic detection (e.g., BS-Roformer-Viperx-1297) </h3>")
|
466 |
+
gr.HTML("<h3> Usage Example: <IN>_<SN>_<MN> </h3>")
|
467 |
+
gr.HTML("<h3> Output File Name: Music_(Vocals)_BS-Roformer-Viperx-1297 </h3>")
|
468 |
with gr.Row():
|
469 |
vocals_stem = gr.Textbox(value="<IN>_(<SN>)_<MN>", label="Vocals Stem", info="Пример вывода: Music_(Vocals)_BS-Roformer-Viperx-1297", placeholder="<IN>_(<SN>)_<MN>")
|
470 |
instrumental_stem = gr.Textbox(value="<IN>_(<SN>)_<MN>", label="Instrumental Stem", info="Пример вывода: Music_(Instrumental)_BS-Roformer-Viperx-1297", placeholder="<IN>_(<SN>)_<MN>")
|