Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,8 @@ 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 |
-
gr.load("models/XLabs-AI/flux-RealismLora")
|
|
|
289 |
with gr.Tab("Flip Image"):
|
290 |
with gr.Row():
|
291 |
image_input = gr.Image(type="numpy", label="Upload Image")
|
|
|
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 |
+
gr.load("models/hugovntr/flux-schnell-realism")
|
290 |
with gr.Tab("Flip Image"):
|
291 |
with gr.Row():
|
292 |
image_input = gr.Image(type="numpy", label="Upload Image")
|