Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,13 +127,11 @@ examples = [
|
|
127 |
|
128 |
css = """
|
129 |
app-container {
|
130 |
-
max-width:
|
131 |
margin-left: auto;
|
132 |
margin-right: auto;
|
133 |
}
|
134 |
.gradio-container {background: url('DigiP-AI/FLUX.Dev-LORA/abstract.jpg')}
|
135 |
-
|
136 |
-
|
137 |
"""
|
138 |
with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
139 |
gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
|
|
|
127 |
|
128 |
css = """
|
129 |
app-container {
|
130 |
+
max-width: 900px;
|
131 |
margin-left: auto;
|
132 |
margin-right: auto;
|
133 |
}
|
134 |
.gradio-container {background: url('DigiP-AI/FLUX.Dev-LORA/abstract.jpg')}
|
|
|
|
|
135 |
"""
|
136 |
with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
137 |
gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
|