DigiP-AI commited on
Commit
1002441
·
verified ·
1 Parent(s): 196b0b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -323,6 +323,7 @@ with gr.Blocks(theme=theme, css=css) as app:
323
  outputs=image_output
324
  )
325
  with gr.Tab("Image"):
326
- gr.load("models/XLabs-AI/flux-RealismLora")
 
327
 
328
  app.launch(share=True)
 
323
  outputs=image_output
324
  )
325
  with gr.Tab("Image"):
326
+ gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
327
+ #gr.load("models/XLabs-AI/flux-RealismLora")
328
 
329
  app.launch(share=True)