DigiP-AI commited on
Commit
f050d95
·
verified ·
1 Parent(s): bbcb4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -292,12 +292,10 @@ 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
- image_input = gr.load("models/dvyio/flux-lora-film-noir")
296
- image_output = gr.load("models/dvyio/flux-lora-film-noir", format="png")
297
  #gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
298
  gr.HTML("<center><b>Flux</b></center>")
299
  #gr.load("models/XLabs-AI/flux-RealismLora")
300
- #gr.load("models/dvyio/flux-lora-film-noir")
301
 
302
  with gr.Tab("Flip Image"):
303
  with gr.Row():
 
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():