Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
285 |
gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
|
286 |
with gr.Tab("Text to Image"):
|
287 |
# gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
288 |
-
|
289 |
|
290 |
with gr.Tab("Flip Image"):
|
291 |
with gr.Row():
|
|
|
285 |
gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
|
286 |
with gr.Tab("Text to Image"):
|
287 |
# gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
288 |
+
gr.load("models/XLabs-AI/flux-RealismLora")
|
289 |
|
290 |
with gr.Tab("Flip Image"):
|
291 |
with gr.Row():
|