Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def train_dreambooth_lora_sdxl(instance_data_dir, lora_trained_xl_folder, instan
|
|
68 |
|
69 |
title="There was an error on during your training"
|
70 |
description=f'''
|
71 |
-
Unfortunately there was an error during training your {
|
72 |
Please check it out below. Feel free to report this issue to [SD-XL Dreambooth LoRa Training](https://huggingface.co/spaces/fffiloni/train-dreambooth-lora-sdxl):
|
73 |
```
|
74 |
{str(e)}
|
@@ -91,7 +91,8 @@ def main(dataset_id,
|
|
91 |
if not is_gpu_associated:
|
92 |
raise gr.Error("Please associate a T4 or A10G GPU for this Space")
|
93 |
|
94 |
-
gr.Warning("
|
|
|
95 |
|
96 |
dataset_repo = dataset_id
|
97 |
|
|
|
68 |
|
69 |
title="There was an error on during your training"
|
70 |
description=f'''
|
71 |
+
Unfortunately there was an error during training your {lora_trained_xl_folder} model.
|
72 |
Please check it out below. Feel free to report this issue to [SD-XL Dreambooth LoRa Training](https://huggingface.co/spaces/fffiloni/train-dreambooth-lora-sdxl):
|
73 |
```
|
74 |
{str(e)}
|
|
|
91 |
if not is_gpu_associated:
|
92 |
raise gr.Error("Please associate a T4 or A10G GPU for this Space")
|
93 |
|
94 |
+
gr.Warning("Training is ongoing ⌛... You can close this tab if you like or just wait.")
|
95 |
+
gr.Warning("If you did not check the `Remove GPU After training`, don't forget to remove the GPU attribution after you are done. ")
|
96 |
|
97 |
dataset_repo = dataset_id
|
98 |
|