Commit
•
6468939
1
Parent(s):
f1d9efe
Add a link to diffusers
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(css=css) as demo:
|
|
265 |
</div>
|
266 |
''')
|
267 |
gr.Markdown("# Dreambooth training")
|
268 |
-
gr.Markdown("Customize Stable Diffusion by giving it a few examples. You can train up to three concepts by providing examples for each. This Space is based on TheLastBen's [fast-DreamBooth Colab](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) with 🧨 diffusers")
|
269 |
with gr.Row():
|
270 |
type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)
|
271 |
|
|
|
265 |
</div>
|
266 |
''')
|
267 |
gr.Markdown("# Dreambooth training")
|
268 |
+
gr.Markdown("Customize Stable Diffusion by giving it a few examples. You can train up to three concepts by providing examples for each. This Space is based on TheLastBen's [fast-DreamBooth Colab](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) with [🧨 diffusers](https://github.com/huggingface/diffusers)")
|
269 |
with gr.Row():
|
270 |
type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)
|
271 |
|