Spaces:
Sleeping
Sleeping
RedSparkie
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,6 @@ with gr.Blocks(css=CSS, js=JS, theme="ocean") as demo:
|
|
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(
|
|
|
148 |
info="Select the HF LoRA model name from the options",
|
149 |
choices=["Redsparkie/pruckute", "RedSparkie/wonderland"],
|
150 |
value="Redsparkie/pruckute", # Valor predeterminado
|
|
|
151 |
)
|
152 |
|
153 |
lora_word = gr.Textbox(
|