Sathvik-kota commited on
Commit
0dda569
·
verified ·
1 Parent(s): 9ff3220

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/explain_service/explainer.py +1 -1
src/explain_service/explainer.py CHANGED
@@ -4,7 +4,7 @@ import re
4
  import numpy as np
5
  from sentence_transformers import SentenceTransformer
6
  from google import genai
7
-
8
  STOPWORDS = set("""
9
  a an the and or but if while with without for on in into by to from of is are was were be been being as it this that these those
10
  """.split())
 
4
  import numpy as np
5
  from sentence_transformers import SentenceTransformer
6
  from google import genai
7
+ import os
8
  STOPWORDS = set("""
9
  a an the and or but if while with without for on in into by to from of is are was were be been being as it this that these those
10
  """.split())