Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -291,11 +291,10 @@ css = """
|
|
291 |
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 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
gr.load("models/dvyio/flux-lora-film-noir")
|
299 |
|
300 |
with gr.Tab("Flip Image"):
|
301 |
with gr.Row():
|
|
|
291 |
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 |
+
#gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
295 |
+
gr.HTML("<center><b>Flux</b></center>")
|
296 |
+
#gr.load("models/XLabs-AI/flux-RealismLora")
|
297 |
+
gr.load("models/dvyio/flux-lora-film-noir")
|
|
|
298 |
|
299 |
with gr.Tab("Flip Image"):
|
300 |
with gr.Row():
|