Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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])
|