husseinelsaadi commited on
Commit
775686f
·
1 Parent(s): 5fc8fb2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1928,7 +1928,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
1928
  start = time.time()
1929
  q_eval_future = executor.submit(
1930
  eval_question_quality,
1931
- next_q, data["job_role"], data["seniority"], None
1932
  )
1933
  q_eval = q_eval_future.result()
1934
  print("⏱️ Evaluation time:", round(time.time() - start, 2), "seconds")
 
1928
  start = time.time()
1929
  q_eval_future = executor.submit(
1930
  eval_question_quality,
1931
+ next_q, data["job_role"], data["seniority"]
1932
  )
1933
  q_eval = q_eval_future.result()
1934
  print("⏱️ Evaluation time:", round(time.time() - start, 2), "seconds")