jbilcke-hf HF Staff commited on
Commit
f5aa730
·
1 Parent(s): a9df757
Files changed (1) hide show
  1. vms/ui/project/tabs/train_tab.py +1 -6
vms/ui/project/tabs/train_tab.py CHANGED
@@ -1240,12 +1240,7 @@ Full finetune mode trains all parameters of the model, requiring more VRAM but p
1240
  variant="stop"
1241
  )
1242
 
1243
- # Update download button texts
1244
- manage_tab = self.app.tabs["manage_tab"]
1245
- download_btn_text = gr.update(value=manage_tab.get_download_button_text())
1246
- checkpoint_btn_text = gr.update(value=manage_tab.get_checkpoint_button_text())
1247
-
1248
- return start_btn, resume_btn, stop_btn, delete_checkpoints_btn, download_btn_text, checkpoint_btn_text
1249
 
1250
  def update_training_ui(self, training_state: Dict[str, Any]):
1251
  """Update UI components based on training state"""
 
1240
  variant="stop"
1241
  )
1242
 
1243
+ return start_btn, resume_btn, stop_btn, delete_checkpoints_btn
 
 
 
 
 
1244
 
1245
  def update_training_ui(self, training_state: Dict[str, Any]):
1246
  """Update UI components based on training state"""