Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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:
|