RedSparkie commited on
Commit
6311eaf
·
verified ·
1 Parent(s): 8ac665c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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.Textbox(
147
  label="Add Flux LoRA",
148
- info="Copy the HF LoRA model name here",
149
- lines=1,
150
- placeholder="Please use Warm status model",
 
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",