multimodalart HF staff commited on
Commit
6c4a649
1 Parent(s): 66fb2b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</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)