Procházet zdrojové kódy

Add NoCrypt/miku gradio theme

NoCrypt před 2 roky
rodič
revize
b0a6d61d73
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      modules/shared_gradio_themes.py

+ 2 - 1
modules/shared_gradio_themes.py

@@ -36,7 +36,8 @@ gradio_hf_hub_themes = [
     "step-3-profit/Midnight-Deep",
     "step-3-profit/Midnight-Deep",
     "Taithrah/Minimal",
     "Taithrah/Minimal",
     "ysharma/huggingface",
     "ysharma/huggingface",
-    "ysharma/steampunk"
+    "ysharma/steampunk",
+    "NoCrypt/miku"
 ]
 ]