DigiP-AI commited on
Commit
3a42424
·
verified ·
1 Parent(s): a3fa70c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -285,9 +285,9 @@ css = """
285
  # Gradio interface
286
  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
  with gr.Tab("Flip Image"):
292
  with gr.Row():
293
  image_input = gr.Image(type="numpy", label="Upload Image")
 
285
  # Gradio interface
286
  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
  with gr.Tab("Flip Image"):
292
  with gr.Row():
293
  image_input = gr.Image(type="numpy", label="Upload Image")