fffiloni commited on
Commit
4a7dc08
β€’
1 Parent(s): 6a9e512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 {model_name} 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,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("## Training is ongoing βŒ›... You can close this tab if you like or just wait. If you did not check the `Remove GPU After training`, you can come back here to try your model and upload it after training. Don't forget to remove the GPU attribution after you are done. ")
 
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