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