DigiP-AI commited on
Commit
9905c59
·
verified ·
1 Parent(s): 0b06fa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -287,9 +287,8 @@ with gr.Blocks(theme=theme, css=css) as app:
287
  gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
288
  with gr.Tab("Text to Image"):
289
  # gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
290
- #gr.load("models/XLabs-AI/flux-RealismLora")
291
- gr.load("XLabs-AI/flux-lora-collection")
292
-
293
  with gr.Tab("Flip Image"):
294
  with gr.Row():
295
  image_input = gr.Image(type="numpy", label="Upload Image")
 
287
  gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
288
  with gr.Tab("Text to Image"):
289
  # gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
290
+ gr.load("models/XLabs-AI/flux-RealismLora")
291
+ image_output = gr.Image(format="png")
 
292
  with gr.Tab("Flip Image"):
293
  with gr.Row():
294
  image_input = gr.Image(type="numpy", label="Upload Image")