jbilcke-hf HF Staff commited on
Commit
9545589
·
1 Parent(s): 26cd6a4

reduce number of log messages while Gradio is open

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ class VideoTrainerUI:
131
  """Update UI components based on training state"""
132
  updates = {}
133
 
134
- print("update_training_ui: training_state = ", training_state)
135
 
136
  # Update status box with high-level information
137
  status_text = []
 
131
  """Update UI components based on training state"""
132
  updates = {}
133
 
134
+ #print("update_training_ui: training_state = ", training_state)
135
 
136
  # Update status box with high-level information
137
  status_text = []