Shredder commited on
Commit
8c0ab2a
1 Parent(s): b6cb8b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ import nltk
9
  from score_fincat import score_fincat
10
  from sus_fls import get_sustainability,fls
11
  from Cuad_others import quad,summarize_text,fin_ner
12
- nlp = en_core_web_sm.load()
13
  nltk.download('punkt')
14
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
15
 
 
9
  from score_fincat import score_fincat
10
  from sus_fls import get_sustainability,fls
11
  from Cuad_others import quad,summarize_text,fin_ner
 
12
  nltk.download('punkt')
13
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
14