charliebaby2023 commited on
Commit
a599adb
·
verified ·
1 Parent(s): 64a3308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,7 +22,8 @@ css = """
22
  .model_info { text-align: center; }
23
  .output { width=112px; height=112px; max_width=112px; max_height=112px; !important; }
24
  .gallery { min_width=512px; min_height=512px; max_height=1024px; !important; }
25
- """
 
26
 
27
  with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css) as demo:
28
  with gr.Tab(""):
 
22
  .model_info { text-align: center; }
23
  .output { width=112px; height=112px; max_width=112px; max_height=112px; !important; }
24
  .gallery { min_width=512px; min_height=512px; max_height=1024px; !important; }
25
+ :root .dark { --body-background-fill:none!important;}
26
+ """
27
 
28
  with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css) as demo:
29
  with gr.Tab(""):