Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def main(image_path, b_lora_trained_folder, instance_prompt, training_type, trai
|
|
214 |
your_username = api.whoami(token=hf_token)["name"]
|
215 |
|
216 |
#swap_hardware(hardware="cpu-basic")
|
217 |
-
swap_sleep_time(
|
218 |
|
219 |
return f"Done, your trained model has been stored in your models library: {your_username}/{b_lora_trained_folder}"
|
220 |
|
|
|
214 |
your_username = api.whoami(token=hf_token)["name"]
|
215 |
|
216 |
#swap_hardware(hardware="cpu-basic")
|
217 |
+
swap_sleep_time("5 minutes")
|
218 |
|
219 |
return f"Done, your trained model has been stored in your models library: {your_username}/{b_lora_trained_folder}"
|
220 |
|