Politrees commited on
Commit
2f58437
·
verified ·
1 Parent(s): e075d2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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: <code><IN></code> - Automatic detection</h3>")
464
- gr.HTML("<h3>Stem Name: <code><SN></code> - Automatic detection (e.g., Vocals, Instrumental)</h3>")
465
- gr.HTML("<h3>Model Name: <code><MN></code> - Automatic detection (e.g., BS-Roformer-Viperx-1297)</h3>")
466
- gr.HTML("<h3>Usage Example: <code><IN>_<SN>_<MN></code></h3>")
467
- gr.HTML("<h3>Output File Name: <code>Music_(Vocals)_BS-Roformer-Viperx-1297</code></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>")
 
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>")