minsuas commited on
Commit
c3e24fe
·
verified ·
1 Parent(s): e33f97d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def load_misconception_model():
16
  return MisconceptionModel(
17
  model_name="minsuas/Misconceptions__1",
18
  misconception_mapping_path=os.path.join(data_path, 'misconception_mapping.parquet'),
19
- misconception_embs_paths=[os.path.join(data_path, f'embs_misconception-9.npy')]
20
  )
21
 
22
  # Streamlit 페이지 기본 설정
 
16
  return MisconceptionModel(
17
  model_name="minsuas/Misconceptions__1",
18
  misconception_mapping_path=os.path.join(data_path, 'misconception_mapping.parquet'),
19
+ misconception_embs_paths=[os.path.join(data_path, f'embs_misconception-9-9.npy')]
20
  )
21
 
22
  # Streamlit 페이지 기본 설정