Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
300 |
gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
|
301 |
with gr.Tab("Text to Image"):
|
302 |
with gr.Row():
|
303 |
-
custom_model = gr.Radio(label="Model", choices=[ "
|
304 |
#gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
305 |
gr.HTML("<center><b>Flux</b></center>")
|
306 |
#gr.load("models/XLabs-AI/flux-RealismLora")
|
|
|
300 |
gr.HTML("<center><h6>🎨 Image Studio</h6></center>")
|
301 |
with gr.Tab("Text to Image"):
|
302 |
with gr.Row():
|
303 |
+
custom_model = gr.Radio(label="Model", choices=[ "flux-RealismLora", "flux-lora-film-noir"])
|
304 |
#gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
|
305 |
gr.HTML("<center><b>Flux</b></center>")
|
306 |
#gr.load("models/XLabs-AI/flux-RealismLora")
|