DigiP-AI commited on
Commit
a1ce3b0
·
verified ·
1 Parent(s): b7f582e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -297,6 +297,7 @@ with gr.Blocks(theme=theme, css=css) as app:
297
  gr.HTML("<center><b>Flux</b></center>")
298
  #gr.load("models/XLabs-AI/flux-RealismLora")
299
  #gr.load("models/dvyio/flux-lora-film-noir")
 
300
  gr.load(custom_model)
301
 
302
  with gr.Tab("Flip Image"):
 
297
  gr.HTML("<center><b>Flux</b></center>")
298
  #gr.load("models/XLabs-AI/flux-RealismLora")
299
  #gr.load("models/dvyio/flux-lora-film-noir")
300
+ custom_model=custom_model.split(",")
301
  gr.load(custom_model)
302
 
303
  with gr.Tab("Flip Image"):