ylingag commited on
Commit
529c0e6
·
verified ·
1 Parent(s): 18560c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import nltk
5
  import spacy
6
  import re
7
  from transformers import pipeline, AutoTokenizer, AutoModelForSequenceClassification
 
8
 
9
  # Download necessary NLTK data for sentence tokenization
10
  try:
 
5
  import spacy
6
  import re
7
  from transformers import pipeline, AutoTokenizer, AutoModelForSequenceClassification
8
+ import torch
9
 
10
  # Download necessary NLTK data for sentence tokenization
11
  try: