Spaces:
Runtime error
Runtime error
Commit
•
9644b52
1
Parent(s):
e2138ad
Update app.py
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks(css=css) as demo:
|
|
340 |
</div>
|
341 |
''')
|
342 |
gr.Markdown("# Dreambooth training")
|
343 |
-
gr.Markdown("Customize Stable Diffusion by
|
344 |
|
345 |
with gr.Row() as what_are_you_training:
|
346 |
type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)
|
|
|
340 |
</div>
|
341 |
''')
|
342 |
gr.Markdown("# Dreambooth training")
|
343 |
+
gr.Markdown("Customize Stable Diffusion by training it on a few examples of concepts, up to 3 concepts on the same model. 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)")
|
344 |
|
345 |
with gr.Row() as what_are_you_training:
|
346 |
type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)
|