Skip to content

Commit

Permalink
fix(main.py): ramsrigouthamg#72
Browse files Browse the repository at this point in the history
  • Loading branch information
akashagarwal7 committed Dec 8, 2023
1 parent edf8f6a commit 109bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Questgen/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self):
# model.eval()
self.device = device
self.model = model
self.nlp = spacy.load('en_core_web_sm', quiet=True)
self.nlp = spacy.load('en_core_web_sm')

self.s2v = Sense2Vec().from_disk('s2v_old')

Expand Down

0 comments on commit 109bfc2

Please sign in to comment.