Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ subjects=df['subject'].unique().tolist()
|
|
67 |
|
68 |
iface = gr.Interface(
|
69 |
fn=run_kmmlu_test,
|
70 |
-
inputs="Accounting",
|
71 |
inputs=gr.Dropdown(choices=subjects, label="์ฃผ์ ์ ํ"),
|
72 |
outputs="text",
|
73 |
title="Llama 3๋ฅผ ์ด์ฉํ KMMLU ํ
์คํธ",
|
|
|
67 |
|
68 |
iface = gr.Interface(
|
69 |
fn=run_kmmlu_test,
|
70 |
+
#inputs="Accounting",
|
71 |
inputs=gr.Dropdown(choices=subjects, label="์ฃผ์ ์ ํ"),
|
72 |
outputs="text",
|
73 |
title="Llama 3๋ฅผ ์ด์ฉํ KMMLU ํ
์คํธ",
|