multimodalart HF staff commited on
Commit
e8387c2
1 Parent(s): b848b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -452,7 +452,7 @@ css = '''
452
 
453
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
454
  title = gr.HTML(
455
- """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> LoRA Lab</h1>""",
456
  elem_id="title",
457
  )
458
  selected_indices = gr.State([])
 
452
 
453
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
454
  title = gr.HTML(
455
+ """<h1><img src="https://i.imgur.com/L3uECk5.png" alt="LoRA"> LoRA Lab</h1>""",
456
  elem_id="title",
457
  )
458
  selected_indices = gr.State([])