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, theme=
|
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="prithivMLmods/gradio-them-sage") as demo:
|
150 |
|
151 |
with gr.Column(elem_id="col-container"):
|
152 |
gr.Markdown(f"""# FLUX.1 SIM""")
|