DigiP-AI commited on
Commit
5fbfe50
·
verified ·
1 Parent(s): 652795a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -291,11 +291,10 @@ css = """
291
  with gr.Blocks(theme=theme, css=css) as app:
292
  gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
293
  with gr.Tab("Text to Image"):
294
- with gr.Row():
295
- #gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
296
- gr.HTML("<center><b>Flux</b></center>")
297
- #gr.load("models/XLabs-AI/flux-RealismLora")
298
- gr.load("models/dvyio/flux-lora-film-noir")
299
 
300
  with gr.Tab("Flip Image"):
301
  with gr.Row():
 
291
  with gr.Blocks(theme=theme, css=css) as app:
292
  gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
293
  with gr.Tab("Text to Image"):
294
+ #gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
295
+ gr.HTML("<center><b>Flux</b></center>")
296
+ #gr.load("models/XLabs-AI/flux-RealismLora")
297
+ gr.load("models/dvyio/flux-lora-film-noir")
 
298
 
299
  with gr.Tab("Flip Image"):
300
  with gr.Row():