musicgowdam commited on
Commit
0f81d37
·
verified ·
1 Parent(s): 723ebda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ warnings.filterwarnings("ignore")
47
  IS_COLAB = True if ('google.colab' in sys.modules or args.share) else False
48
  IS_ZERO_GPU = os.getenv("SPACES_ZERO_GPU")
49
 
50
- title = "<center><strong><font size='7'>Audio🔹separator</font></strong></center>"
51
  base_demo = "This demo uses the "
52
  description = (f"{base_demo if IS_ZERO_GPU else ''}MDX-Net models for vocal and background sound separation.")
53
  RESOURCES = "- You can also try `Audio🔹separator` in Colab’s free tier, which provides free GPU [link](https://github.com/R3gm/Audio_separator_ui?tab=readme-ov-file#audio-separator)."
 
47
  IS_COLAB = True if ('google.colab' in sys.modules or args.share) else False
48
  IS_ZERO_GPU = os.getenv("SPACES_ZERO_GPU")
49
 
50
+ title = "<center><strong><font size='7'>VOCAL-MUSIC-SEPERATOR</font></strong></center>"
51
  base_demo = "This demo uses the "
52
  description = (f"{base_demo if IS_ZERO_GPU else ''}MDX-Net models for vocal and background sound separation.")
53
  RESOURCES = "- You can also try `Audio🔹separator` in Colab’s free tier, which provides free GPU [link](https://github.com/R3gm/Audio_separator_ui?tab=readme-ov-file#audio-separator)."