Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ css = '''
|
|
268 |
'''
|
269 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
270 |
title = gr.HTML(
|
271 |
-
"""<h1
|
272 |
elem_id="title",
|
273 |
)
|
274 |
selected_index = gr.State(None)
|
@@ -287,7 +287,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
|
287 |
columns=3,
|
288 |
elem_id="gallery"
|
289 |
)
|
290 |
-
with gr.Group():
|
291 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="multimodalart/vintage-ads-flux")
|
292 |
gr.Markdown("[Check the list of FLUX LoRas](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
|
293 |
custom_lora_info = gr.HTML(visible=False)
|
|
|
268 |
'''
|
269 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
270 |
title = gr.HTML(
|
271 |
+
"""<h1>Purz LoRA Portfolio</h1>""",
|
272 |
elem_id="title",
|
273 |
)
|
274 |
selected_index = gr.State(None)
|
|
|
287 |
columns=3,
|
288 |
elem_id="gallery"
|
289 |
)
|
290 |
+
with gr.Group(visible=False):
|
291 |
custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path", placeholder="multimodalart/vintage-ads-flux")
|
292 |
gr.Markdown("[Check the list of FLUX LoRas](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
|
293 |
custom_lora_info = gr.HTML(visible=False)
|