Politrees commited on
Commit
7230dd2
1 Parent(s): cf5fe60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- Example:
 
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
  """