Spaces:
Runtime error
Runtime error
Commit
·
3e18459
1
Parent(s):
8818553
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,7 @@ Created on Mon Jun 6 20:56:08 2022
|
|
6 |
"""
|
7 |
import os
|
8 |
os.system('pip install nltk')
|
9 |
-
os.system('pip install
|
10 |
-
os.system('pip install sklearn')
|
11 |
|
12 |
import nltk
|
13 |
|
|
|
6 |
"""
|
7 |
import os
|
8 |
os.system('pip install nltk')
|
9 |
+
os.system('pip install scikit-learn')
|
|
|
10 |
|
11 |
import nltk
|
12 |
|