cyberandy commited on
Commit
ad44c67
·
verified ·
1 Parent(s): ad1e1d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import spacy
7
  import spacy.cli
8
  import warnings
9
  import logging
 
 
10
 
11
  # Suppress torch warnings
12
  warnings.filterwarnings("ignore", message=".*torch.classes.*")
 
7
  import spacy.cli
8
  import warnings
9
  import logging
10
+ from transformers import AutoTokenizer
11
+ import os
12
 
13
  # Suppress torch warnings
14
  warnings.filterwarnings("ignore", message=".*torch.classes.*")