Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,6 +125,11 @@ examples = [
|
|
125 |
]
|
126 |
|
127 |
css = ".gradio-container {background: url(https://files.123freevectors.com/wp-content/original/121381-abstract-light-grey-texture-background-image.jpg)}"
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
130 |
gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
|
|
|
125 |
]
|
126 |
|
127 |
css = ".gradio-container {background: url(https://files.123freevectors.com/wp-content/original/121381-abstract-light-grey-texture-background-image.jpg)}"
|
128 |
+
#app-container {
|
129 |
+
max-width: 930px;
|
130 |
+
margin-left: auto;
|
131 |
+
margin-right: auto;
|
132 |
+
}
|
133 |
|
134 |
with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
135 |
gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
|