musicgowdam commited on
Commit
836d2ef
Β·
verified Β·
1 Parent(s): 04f76e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1018,7 +1018,7 @@ def demucs_batch(path_input, path_output, model, out_format, shifts, segment_siz
1018
 
1019
  with gr.Blocks(theme = loadThemes.load_json() or "NoCrypt/miku", title = "🎡 UVR5 UI 🎡") as app:
1020
  gr.Markdown("<h1> 🎡 UVR5 UI 🎡 </h1>")
1021
- gr.Markdown(i18n("Music Vocal Split, Denoise, Dereverb, Dedelay, Others"))
1022
  gr.Markdown(i18n("Try UVR5 UI using Colab [here](https://colab.research.google.com/github/Eddycrack864/UVR5-UI/blob/main/UVR_UI.ipynb)"))
1023
  all_configurable_inputs = []
1024
  with gr.Tabs():
 
1018
 
1019
  with gr.Blocks(theme = loadThemes.load_json() or "NoCrypt/miku", title = "🎡 UVR5 UI 🎡") as app:
1020
  gr.Markdown("<h1> 🎡 UVR5 UI 🎡 </h1>")
1021
+ gr.Markdown(i18n("MUSIC VOCAL SPLIT, DENOISE, DEREVERB, DEDELAY, DEMUCS, MDX & OTHERS"))
1022
  gr.Markdown(i18n("Try UVR5 UI using Colab [here](https://colab.research.google.com/github/Eddycrack864/UVR5-UI/blob/main/UVR_UI.ipynb)"))
1023
  all_configurable_inputs = []
1024
  with gr.Tabs():