Spaces:
Sleeping
Sleeping
RedSparkie
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -143,12 +143,14 @@ with gr.Blocks(css=CSS, js=JS, theme="ocean") as demo:
|
|
143 |
step=1,
|
144 |
value=-1,
|
145 |
)
|
146 |
-
lora_add = gr.
|
147 |
label="Add Flux LoRA",
|
148 |
-
info="
|
149 |
-
|
150 |
-
|
|
|
151 |
)
|
|
|
152 |
lora_word = gr.Textbox(
|
153 |
label="Add Flux LoRA Trigger Word",
|
154 |
info="Add the Trigger Word",
|
|
|
143 |
step=1,
|
144 |
value=-1,
|
145 |
)
|
146 |
+
lora_add = gr.Dropdown(
|
147 |
label="Add Flux LoRA",
|
148 |
+
info="Select the HF LoRA model name from the options",
|
149 |
+
choices=["Redsparkie/pruckute", "RedSparkie/wonderland"],
|
150 |
+
value="Redsparkie/pruckute", # Valor predeterminado
|
151 |
+
placeholder="Select a LoRA model",
|
152 |
)
|
153 |
+
|
154 |
lora_word = gr.Textbox(
|
155 |
label="Add Flux LoRA Trigger Word",
|
156 |
info="Add the Trigger Word",
|