Spaces:
Runtime error
Runtime error
Commit
·
713b4ba
1
Parent(s):
a87bd77
up
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ print("pandoc", pypandoc.__version__)
|
|
17 |
#document.add_heading('Labels for ', level=1)
|
18 |
RESULTS_FOLDER = "./results"
|
19 |
|
20 |
-
DOC_FOLDER = snapshot_download("claudiag/atlas", token=os.environ.get("HF_TOKEN"))
|
21 |
|
22 |
CAT_TO_CODEWORDS = {
|
23 |
"Prejudices": ["prejudice", "judge", "preconceive", "stigma", "assumption", "assume", "misunderstanding", "unexamined", "distorted", "clear", "compar"],
|
|
|
17 |
#document.add_heading('Labels for ', level=1)
|
18 |
RESULTS_FOLDER = "./results"
|
19 |
|
20 |
+
DOC_FOLDER = snapshot_download("claudiag/atlas", token=os.environ.get("HF_TOKEN"), repo_type="dataset")
|
21 |
|
22 |
CAT_TO_CODEWORDS = {
|
23 |
"Prejudices": ["prejudice", "judge", "preconceive", "stigma", "assumption", "assume", "misunderstanding", "unexamined", "distorted", "clear", "compar"],
|