Skip to content

Commit

Permalink
Removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Greyisheep committed Aug 31, 2024
1 parent 4f4ba48 commit b5466cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from functools import lru_cache
from transformers import pipeline, BartTokenizer, BartForConditionalGeneration
from sentence_transformers import SentenceTransformer, util
import torch
import chardet
from nltk.corpus import stopwords
import nltk
Expand Down

0 comments on commit b5466cb

Please sign in to comment.