Spaces:
Sleeping
Sleeping
Commit
·
b268504
1
Parent(s):
718db3f
Initial commit for Toxic Detection project
Browse files
app.py
CHANGED
@@ -86,6 +86,7 @@ Remember, consistent practice is the key to mastering these concepts. Apply your
|
|
86 |
"""## Working Space"""
|
87 |
|
88 |
import nltk
|
|
|
89 |
nltk.download('wordnet')
|
90 |
nltk.download('omw-1.4') # Untuk mendukung antonim multi-bahasa
|
91 |
|
|
|
86 |
"""## Working Space"""
|
87 |
|
88 |
import nltk
|
89 |
+
import os
|
90 |
nltk.download('wordnet')
|
91 |
nltk.download('omw-1.4') # Untuk mendukung antonim multi-bahasa
|
92 |
|