Spaces:
Running
Running
Update app.py
Browse files
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:
|