Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ h1 { text-align: center; }
|
|
119 |
footer { visibility: hidden; }
|
120 |
'''
|
121 |
|
122 |
-
with gr.Blocks(theme=gr.themes.
|
123 |
gr.Markdown("## Text to Image SD3.5")
|
124 |
|
125 |
with gr.Row():
|
|
|
119 |
footer { visibility: hidden; }
|
120 |
'''
|
121 |
|
122 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink), css=css) as demo:
|
123 |
gr.Markdown("## Text to Image SD3.5")
|
124 |
|
125 |
with gr.Row():
|