Spaces:
Runtime error
Runtime error
Update src/submission/submit.py (#86)
Browse files- Update src/submission/submit.py (d0edb097f07d80f0fea90dcd2be53ba475b2e98c)
Co-authored-by: HyeonwooKim <[email protected]>
- 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 |
|