George-API commited on
Commit
87d150b
·
verified ·
1 Parent(s): e3dd01f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ SPACE_NAME = os.getenv("HF_SPACE_NAME", "phi4training")
49
  def run_training():
50
  """Run the training script and stream its output to container logs"""
51
  # Locate training script using absolute path
52
- training_script = os.path.join(BASE_DIR, "run_hf_spaces_training.py")
53
 
54
  # Check if file exists and log the path
55
  if not os.path.exists(training_script):
 
49
  def run_training():
50
  """Run the training script and stream its output to container logs"""
51
  # Locate training script using absolute path
52
+ training_script = os.path.join(BASE_DIR, "run_cloud_training.py")
53
 
54
  # Check if file exists and log the path
55
  if not os.path.exists(training_script):