Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/submission/submit.py
Browse files- src/submission/submit.py +4 -1
src/submission/submit.py
CHANGED
@@ -38,7 +38,10 @@ def add_new_eval(
|
|
38 |
|
39 |
precision = precision.split(" ")[0]
|
40 |
current_time = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
|
41 |
-
|
|
|
|
|
|
|
42 |
if model_type is None or model_type == "":
|
43 |
return styled_error("Please select a model type.")
|
44 |
|
|
|
38 |
|
39 |
precision = precision.split(" ")[0]
|
40 |
current_time = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
|
41 |
+
# 리더보드 종료
|
42 |
+
if True:
|
43 |
+
return styled_warning("The current Season 1 will conclude on Friday, August 2, and the new season will commence on August 12.")
|
44 |
+
|
45 |
if model_type is None or model_type == "":
|
46 |
return styled_error("Please select a model type.")
|
47 |
|