Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 페이지 기본 설정
|