multimodalart HF staff commited on
Commit
9f9c9d7
1 Parent(s): fc25cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -171,6 +171,7 @@ def start_training(
171
  with open(config_path, "w") as f:
172
  yaml.dump(config, f)
173
  if(is_spaces):
 
174
  pass
175
  #do the spacerunner things here
176
  else:
 
171
  with open(config_path, "w") as f:
172
  yaml.dump(config, f)
173
  if(is_spaces):
174
+ print("Started training with spacerunner...")
175
  pass
176
  #do the spacerunner things here
177
  else: