multimodalart HF staff commited on
Commit
3cefce1
1 Parent(s): b733e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -382,7 +382,11 @@ h3{margin-top: 0}
382
  with gr.Blocks(theme=theme, css=css) as demo:
383
  gr.Markdown(
384
  """# LoRA Ease for FLUX 🧞‍♂️
385
- ### Train a high quality FLUX LoRA in a breeze ༄ using [Ostris' AI Toolkit](https://github.com/ostris/ai-toolkit) and [AutoTrain Advanced](https://github.com/huggingface/autotrain-advanced)"""
 
 
 
 
386
  )
387
  if is_spaces:
388
  gr.LoginButton("Sign in with Hugging Face to train your LoRA on Spaces", visible=is_spaces)
 
382
  with gr.Blocks(theme=theme, css=css) as demo:
383
  gr.Markdown(
384
  """# LoRA Ease for FLUX 🧞‍♂️
385
+ ### Train a high quality FLUX LoRA in a breeze ༄ using [Ostris' AI Toolkit](https://github.com/ostris/ai-toolkit) and [AutoTrain Advanced](https://github.com/huggingface/autotrain-advanced)
386
+ <div style="text-align: center;display: flex;justify-content: center;align-items: center;margin-top: 1em;margin-bottom: .5em;">
387
+ <a href="https://huggingface.co/spaces/autotrain-projects/train-flux-lora-ease?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" width="160" style="margin-left: .75em;"></a>
388
+ </div>
389
+ """
390
  )
391
  if is_spaces:
392
  gr.LoginButton("Sign in with Hugging Face to train your LoRA on Spaces", visible=is_spaces)