Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
| 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():
|