Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ css = """
|
|
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>")
|
139 |
with gr.Tab("Text to Image"):
|
140 |
-
with gr.Column(elem_id="
|
141 |
with gr.Row():
|
142 |
with gr.Column(elem_id="prompt-container"):
|
143 |
with gr.Row():
|
|
|
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>")
|
139 |
with gr.Tab("Text to Image"):
|
140 |
+
with gr.Column(elem_id=".gradio-container"):
|
141 |
with gr.Row():
|
142 |
with gr.Column(elem_id="prompt-container"):
|
143 |
with gr.Row():
|