nftnik commited on
Commit
5c572cf
·
verified ·
1 Parent(s): 899ab35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ css = '''
267
  font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
268
  with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
269
  title = gr.HTML(
270
- """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA">N!K FLUX LoRA Explorer</h1>""",
271
  elem_id="title",
272
  )
273
  selected_index = gr.State(None)
 
267
  font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
268
  with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
269
  title = gr.HTML(
270
+ """<h1><img src="https://huggingface.co/spaces/nftnik/Flux-Lora-Explorer/blob/main/flux_lora.png" alt="LoRA">N!K FLUX LoRA Explorer</h1>""",
271
  elem_id="title",
272
  )
273
  selected_index = gr.State(None)