wabang commited on
Commit
c4970b9
ยท
verified ยท
1 Parent(s): 7a03b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ํ…Œ์ŠคํŠธ",