Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ css = """
|
|
103 |
}
|
104 |
"""
|
105 |
|
106 |
-
with gr.Blocks(
|
107 |
gr.HTML("<center><h1>FLUX.1-Dev with LoRA support</h1></center>")
|
108 |
with gr.Column(elem_id="app-container"):
|
109 |
with gr.Row():
|
|
|
103 |
}
|
104 |
"""
|
105 |
|
106 |
+
with gr.Blocks(css=css) as app:
|
107 |
gr.HTML("<center><h1>FLUX.1-Dev with LoRA support</h1></center>")
|
108 |
with gr.Column(elem_id="app-container"):
|
109 |
with gr.Row():
|