Politrees commited on
Commit
eec4731
·
verified ·
1 Parent(s): 7837344

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -516,8 +516,8 @@ with gr.Blocks(
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
  """
522
  )
523
  with gr.Row():
@@ -543,7 +543,7 @@ with gr.Blocks(
543
  with gr.Tab("Credits"):
544
  gr.Markdown(
545
  """
546
- PolUVR created by **[Politrees](https://github.com/Bebra777228)**.
547
  * python-audio-separator by **[beveradb](https://github.com/beveradb)**.
548
  * Thanks to **[Hev832](https://huggingface.co/Hev832)** for the help with the code.
549
  """
 
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
  """
522
  )
523
  with gr.Row():
 
543
  with gr.Tab("Credits"):
544
  gr.Markdown(
545
  """
546
+ Audio-Separator created by **[Politrees](https://github.com/Bebra777228)**.
547
  * python-audio-separator by **[beveradb](https://github.com/beveradb)**.
548
  * Thanks to **[Hev832](https://huggingface.co/Hev832)** for the help with the code.
549
  """