Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
097d005
1
Parent(s):
c7ca2fe
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ import nltk, spacy, subprocess, torch
|
|
19 |
import plotly.graph_objects as go
|
20 |
import nltk
|
21 |
from unidecode import unidecode
|
22 |
-
|
23 |
|
24 |
nltk.download('punkt')
|
25 |
tokenizer = AutoTokenizer.from_pretrained('google-bert/bert-base-uncased')
|
|
|
19 |
import plotly.graph_objects as go
|
20 |
import nltk
|
21 |
from unidecode import unidecode
|
22 |
+
|
23 |
|
24 |
nltk.download('punkt')
|
25 |
tokenizer = AutoTokenizer.from_pretrained('google-bert/bert-base-uncased')
|