multimodalart HF staff commited on
Commit
db9c00f
1 Parent(s): 8f19a56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -485,8 +485,8 @@ theme = gr.themes.Monochrome(
485
  with gr.Blocks(css=css, theme=theme) as demo:
486
  dataset_folder = gr.State()
487
  gr.Markdown('''# LoRA Ease 🧞‍♂️
488
- ### Train a high quality SDXL LoRA in a breeze ༄, with Dreambooth and more state-of-the-art techniques
489
- <small>[blog about the training script](#), [Colab Pro](#), [run locally or in a cloud](#)</small>''', elem_id="main_title")
490
  lora_name = gr.Textbox(label="The name of your LoRA", placeholder="e.g.: Persian Miniature Painting style, Cat Toy")
491
  training_option = gr.Radio(
492
  label="What are you training?", choices=["object", "style", "face", "custom"]
 
485
  with gr.Blocks(css=css, theme=theme) as demo:
486
  dataset_folder = gr.State()
487
  gr.Markdown('''# LoRA Ease 🧞‍♂️
488
+ ### Train a high quality SDXL LoRA in a breeze with state-of-the-art techniques
489
+ <small>Dreambooth + Pivotal Tuning + Prodigy and more! [blog about the training script](#), [Colab Pro](#), [run locally or in a cloud](#)</small>''', elem_id="main_title")
490
  lora_name = gr.Textbox(label="The name of your LoRA", placeholder="e.g.: Persian Miniature Painting style, Cat Toy")
491
  training_option = gr.Radio(
492
  label="What are you training?", choices=["object", "style", "face", "custom"]