test
Browse files- src/submission/submit.py +1 -1
src/submission/submit.py
CHANGED
@@ -140,5 +140,5 @@ def add_new_eval(
|
|
140 |
os.remove(out_path)
|
141 |
|
142 |
return styled_message(
|
143 |
-
"Your request has been submitted to the evaluation queue!\nPlease wait for up to an
|
144 |
)
|
|
|
140 |
os.remove(out_path)
|
141 |
|
142 |
return styled_message(
|
143 |
+
"Your request has been submitted to the evaluation queue!\nPlease wait for up to an 15 minutes for the model to show in the PENDING list."
|
144 |
)
|