Spaces:
Runtime error
Runtime error
Commit
·
ad010fe
1
Parent(s):
bbf7df9
Update nlp.py
Browse files- nlp/nlp.py +1 -1
nlp/nlp.py
CHANGED
@@ -46,7 +46,7 @@ def get_nearest_tags(user_tags: List[str]):
|
|
46 |
output_hidden_states=True)
|
47 |
|
48 |
# get tag lists from local json file
|
49 |
-
with open("./tags.json", "r") as jf:
|
50 |
tags = json.load(jf)
|
51 |
|
52 |
# separate tags by type
|
|
|
46 |
output_hidden_states=True)
|
47 |
|
48 |
# get tag lists from local json file
|
49 |
+
with open("./nlp/tags.json", "r") as jf:
|
50 |
tags = json.load(jf)
|
51 |
|
52 |
# separate tags by type
|