DigiP-AI commited on
Commit
ac9f1d2
·
verified ·
1 Parent(s): 02ed4af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ with gr.Blocks(theme=theme, css=css) as app:
306
  with gr.Tab("Text to Image"):
307
  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>")
308
  with gr.Accordion("Flux-RealismLora", open=False):
309
- model1 = gr.load("models/XLabs-AI/flux-RealismLora")
310
  with gr.Accordion("Flux--schnell-realism", open=False):
311
  model2 = gr.load("models/hugovntr/flux-schnell-realism")
312
  with gr.Accordion("Flux--schnell-LoRA", open=False):
 
306
  with gr.Tab("Text to Image"):
307
  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>")
308
  with gr.Accordion("Flux-RealismLora", open=False):
309
+ model1 = gr.load("models/prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA")
310
  with gr.Accordion("Flux--schnell-realism", open=False):
311
  model2 = gr.load("models/hugovntr/flux-schnell-realism")
312
  with gr.Accordion("Flux--schnell-LoRA", open=False):