fffiloni commited on
Commit
fdd5644
β€’
1 Parent(s): e384b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks(css=css) as demo:
237
  ''')
238
  gr.Markdown("# SD-XL Dreambooth LoRa Training UI πŸ’­")
239
  gr.Markdown("## Drop your training images (optional)")
240
- gr.Markdown("Use this step to upload your training images. If you already have a dataset stored on your HF profile, you can skip this step, and provide your dataset ID in the `Datased ID` input below.")
241
  images = gr.File(file_types=["image"], label="Upload your images", file_count="multiple", interactive=True, visible=True)
242
  with gr.Row():
243
  new_dataset_name = gr.Textbox(label="Set new dataset name", placeholder="e.g.: my_awesome_dataset")
 
237
  ''')
238
  gr.Markdown("# SD-XL Dreambooth LoRa Training UI πŸ’­")
239
  gr.Markdown("## Drop your training images (optional)")
240
+ gr.Markdown("Use this step to upload your training images. If you already have a dataset stored on your HF profile, you can skip this step, and provide your dataset ID in the training `Datased ID` input below.")
241
  images = gr.File(file_types=["image"], label="Upload your images", file_count="multiple", interactive=True, visible=True)
242
  with gr.Row():
243
  new_dataset_name = gr.Textbox(label="Set new dataset name", placeholder="e.g.: my_awesome_dataset")