multimodalart HF staff commited on
Commit
5d76c08
1 Parent(s): 5934990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ css = '''
73
  '''
74
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
75
  title = gr.HTML(
76
- """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
77
  elem_id="title",
78
  )
79
  selected_index = gr.State(None)
 
73
  '''
74
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
75
  title = gr.HTML(
76
+ """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
77
  elem_id="title",
78
  )
79
  selected_index = gr.State(None)