DigiP-AI commited on
Commit
559d5a7
·
verified ·
1 Parent(s): 1585b76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- model1 = gr.load("models/XLabs-AI/flux-RealismLora")
340
- model2 = gr.load("models/hugovntr/flux-schnell-realism")
 
 
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():