Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
387126d
1
Parent(s):
69d7cf7
Update app.py
Browse files
app.py
CHANGED
@@ -148,8 +148,7 @@ def load_predefined_images1():
|
|
148 |
]
|
149 |
return predefined_images1
|
150 |
|
151 |
-
with gr.Blocks(css=css, theme=
|
152 |
-
#with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.blue)) as demo:
|
153 |
|
154 |
with gr.Column(elem_id="col-container"):
|
155 |
gr.Markdown(f"""# FLUX.1 SIM""")
|
|
|
148 |
]
|
149 |
return predefined_images1
|
150 |
|
151 |
+
with gr.Blocks(css=css, theme="prithivMLmods/aceblue") as demo:
|
|
|
152 |
|
153 |
with gr.Column(elem_id="col-container"):
|
154 |
gr.Markdown(f"""# FLUX.1 SIM""")
|