Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ css = """
|
|
123 |
"""
|
124 |
|
125 |
with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
126 |
-
gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA
|
127 |
with gr.Tab("Text to Image"):
|
128 |
with gr.Column(elem_id="app-container"):
|
129 |
with gr.Row():
|
|
|
123 |
"""
|
124 |
|
125 |
with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
126 |
+
gr.HTML("<center><h6>🎨 FLUX.1-Dev with LoRA 🇬🇧</h6></center>")
|
127 |
with gr.Tab("Text to Image"):
|
128 |
with gr.Column(elem_id="app-container"):
|
129 |
with gr.Row():
|