Spaces:
Runtime error
Runtime error
christopher
commited on
Commit
•
009b7f5
1
Parent(s):
d609f5e
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ MAX_LEN_DS_CHECKS = st.secrets["MAX_LEN_DS_CHECKS"]
|
|
20 |
|
21 |
|
22 |
def get_ds(config):
|
23 |
-
ds = load_dataset(CHECK_DATASET_DIR_PATH_BEFORE_CLEAN_SELECT, config, use_auth_token=HF_API_TOKEN)
|
24 |
return ds["train"]
|
25 |
|
26 |
|
|
|
20 |
|
21 |
|
22 |
def get_ds(config):
|
23 |
+
ds = load_dataset(CHECK_DATASET_DIR_PATH_BEFORE_CLEAN_SELECT, config, use_auth_token=HF_API_TOKEN, trust_remote_code=True)
|
24 |
return ds["train"]
|
25 |
|
26 |
|