Spaces:
Sleeping
Sleeping
HudsonArauj
commited on
Commit
·
85b47f8
1
Parent(s):
679d180
__version__
Browse files- app/model/model.py +1 -0
app/model/model.py
CHANGED
|
@@ -5,6 +5,7 @@ from pathlib import Path
|
|
| 5 |
from sklearn.feature_extraction.text import CountVectorizer
|
| 6 |
|
| 7 |
cv = CountVectorizer(max_features=1500)
|
|
|
|
| 8 |
|
| 9 |
BASE_DIR = Path(__file__).resolve(strict=True).parent
|
| 10 |
|
|
|
|
| 5 |
from sklearn.feature_extraction.text import CountVectorizer
|
| 6 |
|
| 7 |
cv = CountVectorizer(max_features=1500)
|
| 8 |
+
__version__ = '01'
|
| 9 |
|
| 10 |
BASE_DIR = Path(__file__).resolve(strict=True).parent
|
| 11 |
|