Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
6be1702
1
Parent(s):
7c790dd
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ style_list = [
|
|
74 |
css="""
|
75 |
#col-container {
|
76 |
margin: 0 auto;
|
77 |
-
max-width:
|
78 |
}
|
79 |
"""
|
80 |
|
@@ -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""")
|
|
|
74 |
css="""
|
75 |
#col-container {
|
76 |
margin: 0 auto;
|
77 |
+
max-width: 550px;
|
78 |
}
|
79 |
"""
|
80 |
|
|
|
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)) as demo:
|
150 |
|
151 |
with gr.Column(elem_id="col-container"):
|
152 |
gr.Markdown(f"""# FLUX.1 SIM""")
|