multimodalart HF staff commited on
Commit
a6e8ae8
1 Parent(s): 63fbff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -484,8 +484,8 @@ theme = gr.themes.Monochrome(
484
  )
485
  with gr.Blocks(css=css, theme=theme) as demo:
486
  dataset_folder = gr.State()
487
- gr.Markdown('''# Dreambooth Ease 🧞‍♂️
488
- ### Train a high quality Dreambooth SDXL LoRA in a breeze ༄, using 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(
 
484
  )
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(