Julian Bilcke
commited on
Commit
·
217d567
1
Parent(s):
7900604
oopsi
Browse files- vms/ui/app_ui.py +2 -2
vms/ui/app_ui.py
CHANGED
|
@@ -410,8 +410,8 @@ class AppUI:
|
|
| 410 |
self.project_tabs["train_tab"].components["resume_btn"],
|
| 411 |
self.project_tabs["train_tab"].components["stop_btn"],
|
| 412 |
self.project_tabs["train_tab"].components["delete_checkpoints_btn"],
|
| 413 |
-
self.
|
| 414 |
-
self.
|
| 415 |
]
|
| 416 |
|
| 417 |
button_timer.tick(
|
|
|
|
| 410 |
self.project_tabs["train_tab"].components["resume_btn"],
|
| 411 |
self.project_tabs["train_tab"].components["stop_btn"],
|
| 412 |
self.project_tabs["train_tab"].components["delete_checkpoints_btn"],
|
| 413 |
+
self.project_tabs["manage_tab"].components["download_model_btn"],
|
| 414 |
+
self.project_tabs["manage_tab"].components["download_checkpoint_btn"]
|
| 415 |
]
|
| 416 |
|
| 417 |
button_timer.tick(
|