We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dfdf6 commit d21e787Copy full SHA for d21e787
app/models/explicit_detector/explicit_detector.py
@@ -1,7 +1,7 @@
1
import joblib
2
3
class ExplicitDetector:
4
- def __init__(self, model: str = "Randomforest.joblib"):
+ def __init__(self, model: str = "RandomForest.joblib"):
5
self.vectorizer = joblib.load(
6
open("models/explicit_detector/vectorizer.joblib", "rb"),
7
)
0 commit comments