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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,6 +323,6 @@ 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").launch()
327
 
328
  app.launch(share=True)
 
323
  outputs=image_output
324
  )
325
  with gr.Tab("Image"):
326
+ gr.load("models/XLabs-AI/flux-RealismLora")
327
 
328
  app.launch(share=True)