Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
azizbarank
/
Toxic-Comment-Detection-App
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
azizbarank
commited on
Jun 6, 2022
Commit
e724606
·
1 Parent(s):
c0a742f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -6,6 +6,7 @@ Created on Mon Jun 6 20:56:08 2022
6
"""
7
import os
8
os.system('pip install nltk')
9
10
import nltk
11
6
"""
7
import os
8
os.system('pip install nltk')
9
+
os.system('pip install sklearn')
10
11
import nltk
12