Spaces:
Running
Running
salomonsky
commited on
Commit
•
043b00d
1
Parent(s):
9ac73c2
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
|
91 |
prompt = gr.Textbox(label="Descripción de imágen")
|
92 |
basemodel_choice = gr.Dropdown(
|
93 |
label="Modelo",
|
94 |
-
choices=["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV"],
|
95 |
value="black-forest-labs/FLUX.1-schnell"
|
96 |
)
|
97 |
lora_model_choice = gr.Dropdown(
|
|
|
91 |
prompt = gr.Textbox(label="Descripción de imágen")
|
92 |
basemodel_choice = gr.Dropdown(
|
93 |
label="Modelo",
|
94 |
+
choices=["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV", "enhanceaiteam/Flux-uncensored"],
|
95 |
value="black-forest-labs/FLUX.1-schnell"
|
96 |
)
|
97 |
lora_model_choice = gr.Dropdown(
|