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
866e820
·
1 Parent(s):
8c04409
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-3
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
-
import os
2
-
os.system('pip install nltk')
3
-
os.system('pip install sklearn')
4
5
import nltk
6
1
+
#
import os
2
+
#
os.system('pip install nltk')
3
+
#
os.system('pip install sklearn')
4
5
import nltk
6