SumanthKarnati commited on
Commit
32cb8b5
·
1 Parent(s): 861fe66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from nltk.corpus import stopwords
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
 
 
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