_Noxty commited on
Commit
00523fc
·
verified ·
1 Parent(s): 5cb13ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -622,6 +622,14 @@ with gr.Blocks(theme=gr.themes.Base(), title = "🎵 Audio Separator UI 🎵") a
622
  [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/uvr5)
623
  """
624
  )
 
 
 
 
 
 
 
 
625
 
626
 
627
  app.queue()
 
622
  [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/uvr5)
623
  """
624
  )
625
+ gr.Markdown(
626
+ """
627
+ <h1> similar of this project
628
+ [Audio_separator by r3gm](https://huggingface.co/spaces/r3gm/Audio_separator)\n
629
+ [Audio-Separator by Politrees](https://huggingface.co/spaces/Politrees/Audio-Separator)\n
630
+ [UVR5 UI by Eddycrack 864](https://huggingface.co/spaces/Eddycrack864/UVR5-UI)
631
+ """
632
+ )
633
 
634
 
635
  app.queue()