Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
|
|
265 |
show_share_button=False
|
266 |
)
|
267 |
with gr.Group():
|
268 |
-
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="
|
269 |
gr.Markdown("[Check the list of Hi-Dream LoRAs]", elem_id="lora_list")
|
270 |
custom_lora_info = gr.HTML(visible=False)
|
271 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
|
|
265 |
show_share_button=False
|
266 |
)
|
267 |
with gr.Group():
|
268 |
+
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="linoyts/HiDream-yarn-art-LoRA")
|
269 |
gr.Markdown("[Check the list of Hi-Dream LoRAs]", elem_id="lora_list")
|
270 |
custom_lora_info = gr.HTML(visible=False)
|
271 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|