fffiloni commited on
Commit
4d5a7e8
·
verified ·
1 Parent(s): 390c114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(css=css) as demo:
173
  <h2 style="text-align: center;">SD-XL Custom Model Inference</h2>
174
  <p style="text-align: center;">Use this demo to check results from your previously trained LoRa model.</p>
175
  """)
176
- with gr.Box():
177
  with gr.Row():
178
  with gr.Column():
179
  if not is_shared_ui:
 
173
  <h2 style="text-align: center;">SD-XL Custom Model Inference</h2>
174
  <p style="text-align: center;">Use this demo to check results from your previously trained LoRa model.</p>
175
  """)
176
+ with gr.Group():
177
  with gr.Row():
178
  with gr.Column():
179
  if not is_shared_ui: