Politrees commited on
Commit
4bf089b
·
verified ·
1 Parent(s): f050a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- > Usage Example: NAME_(STEM)_MODEL
473
- > Output File Name: Music_(Vocals)_BS-Roformer-Viperx-1297
 
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():