Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -336,8 +336,10 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
336 |
|
337 |
with gr.Tab("Text to Image"):
|
338 |
gr.HTML("<center><h6>ℹ️ Please do not run the models at the same time, the models are currently running on the CPU, which might affect performance.</h6></center>")
|
339 |
-
|
340 |
-
|
|
|
|
|
341 |
|
342 |
with gr.Tab("Flip Image"):
|
343 |
with gr.Row():
|
|
|
336 |
|
337 |
with gr.Tab("Text to Image"):
|
338 |
gr.HTML("<center><h6>ℹ️ Please do not run the models at the same time, the models are currently running on the CPU, which might affect performance.</h6></center>")
|
339 |
+
with gr.Accordion("Flux-RealismLora", open=False):
|
340 |
+
model1 = gr.load("models/XLabs-AI/flux-RealismLora")
|
341 |
+
with gr.Accordion("Flux--schnell-realism", open=False):
|
342 |
+
model2 = gr.load("models/hugovntr/flux-schnell-realism")
|
343 |
|
344 |
with gr.Tab("Flip Image"):
|
345 |
with gr.Row():
|