Spaces:
Runtime error
Runtime error
Anon Anon
commited on
Commit
·
a3c93ab
1
Parent(s):
de1f8a6
Update winogender_sentences.py
Browse files- winogender_sentences.py +1 -1
winogender_sentences.py
CHANGED
@@ -58,7 +58,7 @@ def generate(occupation, other_participant, sentence, second_ref="", context=Non
|
|
58 |
|
59 |
|
60 |
def get_sentences():
|
61 |
-
script_dir =
|
62 |
rel_path = "winogender_schema"
|
63 |
abs_path = os.path.join(script_dir, rel_path)
|
64 |
Path(abs_path).mkdir(parents=True, exist_ok=True)
|
|
|
58 |
|
59 |
|
60 |
def get_sentences():
|
61 |
+
script_dir = '.'
|
62 |
rel_path = "winogender_schema"
|
63 |
abs_path = os.path.join(script_dir, rel_path)
|
64 |
Path(abs_path).mkdir(parents=True, exist_ok=True)
|