caliangandrew commited on
Commit
8137b49
·
verified ·
1 Parent(s): a49b47c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ def submit_detector(detector_name, model_repo, detector_file_path, configs_file_
94
  "model_repo": model_repo,
95
  "detector_file_path": detector_file_path,
96
  "configs_file_path": configs_file_path,
 
97
  "evaluation_status": "Under Review" # Set evaluated to False by default
98
  }
99
  df_submission = pd.DataFrame([submission_data])
 
94
  "model_repo": model_repo,
95
  "detector_file_path": detector_file_path,
96
  "configs_file_path": configs_file_path,
97
+ "passed_invocation_test": "Pending",
98
  "evaluation_status": "Under Review" # Set evaluated to False by default
99
  }
100
  df_submission = pd.DataFrame([submission_data])