DigiP-AI commited on
Commit
096ff92
1 Parent(s): 1a7ebf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="app-container"):
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():