Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def load_predefined_images1():
|
|
146 |
]
|
147 |
return predefined_images1
|
148 |
|
149 |
-
with gr.Blocks(css=css,
|
150 |
|
151 |
with gr.Column(elem_id="col-container"):
|
152 |
gr.Markdown(f"""# FLUX.1 SIM""")
|
|
|
146 |
]
|
147 |
return predefined_images1
|
148 |
|
149 |
+
with gr.Blocks(css=css,theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.blue, dark=True )) as demo:
|
150 |
|
151 |
with gr.Column(elem_id="col-container"):
|
152 |
gr.Markdown(f"""# FLUX.1 SIM""")
|