Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -240,7 +240,11 @@ def demucs_separator(demucs_audio, demucs_model, demucs_output_format, demucs_sh
240
 
241
  return stem1_file, stem2_file, stem3_file, stem4_file
242
 
243
- with gr.Blocks(theme="NoCrypt/miku@1.2.2", title="🎵 UVR5 UI 🎵") as app:
 
 
 
 
244
  gr.Markdown("<h1> 🎵 UVR5 UI 🎵 </h1>")
245
  gr.Markdown("If you liked this HF Space you can give me a ❤️")
246
  gr.Markdown("Try UVR5 UI using Colab [here](https://colab.research.google.com/github/Eddycrack864/UVR5-UI/blob/main/UVR_UI.ipynb)")
 
240
 
241
  return stem1_file, stem2_file, stem3_file, stem4_file
242
 
243
+
244
+
245
+
246
+
247
+ with gr.Blocks(theme=gr.themes.Base(primary_hue="pink",secondary_hue="rose",neutral_hue="slate",).set(button_large_padding='*spacing_sm',button_large_radius='*radius_md',button_large_text_size='*text_md',button_small_padding='*spacing_md',button_small_radius='*radius_md'), title="🎵 UVR5 UI 🎵") as app:
248
  gr.Markdown("<h1> 🎵 UVR5 UI 🎵 </h1>")
249
  gr.Markdown("If you liked this HF Space you can give me a ❤️")
250
  gr.Markdown("Try UVR5 UI using Colab [here](https://colab.research.google.com/github/Eddycrack864/UVR5-UI/blob/main/UVR_UI.ipynb)")