Spaces:
Runtime error
Runtime error
Commit
·
32cb8b5
1
Parent(s):
861fe66
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from nltk.corpus import stopwords
|
|
7 |
import os
|
8 |
from io import BytesIO
|
9 |
|
10 |
-
|
11 |
# os.system('pip install nltk')
|
12 |
nltk.download('stopwords')
|
13 |
|
|
|
7 |
import os
|
8 |
from io import BytesIO
|
9 |
|
10 |
+
os.system('pip install --upgrade transformers')
|
11 |
# os.system('pip install nltk')
|
12 |
nltk.download('stopwords')
|
13 |
|