Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -339,7 +339,9 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
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():
|
|
|
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 |
+
with gr.Accordion("Flux--schnell-LoRA", open=False):
|
344 |
+
model3 = gr.load("models/Octree/flux-schnell-lora")
|
345 |
|
346 |
with gr.Tab("Flip Image"):
|
347 |
with gr.Row():
|