Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
297 |
gr.HTML("<center><b>Flux</b></center>")
|
298 |
#gr.load("models/XLabs-AI/flux-RealismLora")
|
299 |
#gr.load("models/dvyio/flux-lora-film-noir")
|
300 |
-
custom_model=custom_model.split(",")
|
301 |
gr.load(custom_model)
|
302 |
|
303 |
with gr.Tab("Flip Image"):
|
|
|
297 |
gr.HTML("<center><b>Flux</b></center>")
|
298 |
#gr.load("models/XLabs-AI/flux-RealismLora")
|
299 |
#gr.load("models/dvyio/flux-lora-film-noir")
|
300 |
+
custom_model=custom_model.split(", ")
|
301 |
gr.load(custom_model)
|
302 |
|
303 |
with gr.Tab("Flip Image"):
|