wabang commited on
Commit
ef9de75
ยท
verified ยท
1 Parent(s): 53e0f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def run_kmmlu_test(subject):
62
  summary = f"์ฃผ์ œ: {subject}\n์ •ํ™•๋„: {accuracy:.2%} ({correct}/{total})\n\n"
63
  return summary + "\n".join(results)
64
 
65
- subjects = df['subject'].unique().tolist()
66
 
67
  iface = gr.Interface(
68
  fn=run_kmmlu_test,
 
62
  summary = f"์ฃผ์ œ: {subject}\n์ •ํ™•๋„: {accuracy:.2%} ({correct}/{total})\n\n"
63
  return summary + "\n".join(results)
64
 
65
+ #subjects = df['subject'].unique().tolist()
66
 
67
  iface = gr.Interface(
68
  fn=run_kmmlu_test,