Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
a6e8ae8
1
Parent(s):
63fbff1
Update app.py
Browse files
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('''#
|
488 |
-
### Train a high quality
|
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(
|