Spaces:
Sleeping
Sleeping
ZeroCommand
commited on
Update text_classification_ui_helpers.py
Browse files
text_classification_ui_helpers.py
CHANGED
@@ -319,7 +319,7 @@ def try_submit(m_id, d_id, config, split, local, inference, inference_token, uid
|
|
319 |
eval_str = f"[{m_id}]<{d_id}({config}, {split} set)>"
|
320 |
logging.info(f"Start local evaluation on {eval_str}")
|
321 |
save_job_to_pipe(uid, command, eval_str, threading.Lock())
|
322 |
-
|
323 |
write_log_to_user_file(
|
324 |
uid,
|
325 |
f"Start local evaluation on {eval_str}. Please wait for your job to start...\n",
|
|
|
319 |
eval_str = f"[{m_id}]<{d_id}({config}, {split} set)>"
|
320 |
logging.info(f"Start local evaluation on {eval_str}")
|
321 |
save_job_to_pipe(uid, command, eval_str, threading.Lock())
|
322 |
+
|
323 |
write_log_to_user_file(
|
324 |
uid,
|
325 |
f"Start local evaluation on {eval_str}. Please wait for your job to start...\n",
|