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