multimodalart HF staff commited on
Commit
76c4247
1 Parent(s): 6644356

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -471,7 +471,7 @@ with gr.Blocks(css=css) as demo:
471
  </div>
472
  ''')
473
  gr.Markdown("# Dreambooth Training UI 💭")
474
- gr.Markdown("Customize Stable Diffusion v1 or v2 (new!) by giving it a few examples of a concept. This Space is based on the [🧨 diffusers](https://github.com/huggingface/diffusers) implementation, additional techniques from [TheLastBen](https://github.com/TheLastBen/diffusers) and [ShivamShrirao](https://github.com/ShivamShrirao/diffusers)")
475
 
476
  with gr.Row() as what_are_you_training:
477
  type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)
 
471
  </div>
472
  ''')
473
  gr.Markdown("# Dreambooth Training UI 💭")
474
+ gr.Markdown("Customize Stable Diffusion v1 or v2 (ⁿᵉʷ!) by giving it a few examples of a concept. Based on the [🧨 diffusers](https://github.com/huggingface/diffusers) implementation, additional techniques from [TheLastBen](https://github.com/TheLastBen/diffusers) and [ShivamShrirao](https://github.com/ShivamShrirao/diffusers)")
475
 
476
  with gr.Row() as what_are_you_training:
477
  type_of_thing = gr.Dropdown(label="What would you like to train?", choices=["object", "person", "style"], value="object", interactive=True)