Spaces:
Running
Running
OnlyBiggg
commited on
Commit
·
cea87ce
1
Parent(s):
c524d8c
fix import conf
Browse files- app/ner/services/ner.py +1 -1
app/ner/services/ner.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
|
3 |
class NER:
|
4 |
def __init__(self, model_name: str = settings.NER_MODEL_NAME):
|
|
|
1 |
+
from core.conf import settings
|
2 |
|
3 |
class NER:
|
4 |
def __init__(self, model_name: str = settings.NER_MODEL_NAME):
|