mirror of
https://github.com/hexastack/hexabot
synced 2024-12-02 09:05:06 +00:00
fix: typo
This commit is contained in:
parent
1981f2245d
commit
b071c5baa3
@ -57,7 +57,7 @@ def load_slot_classifiers():
|
|||||||
def load_models():
|
def load_models():
|
||||||
app.language_classifier = load_language_classifier() # type: ignore
|
app.language_classifier = load_language_classifier() # type: ignore
|
||||||
app.intent_classifiers = load_intent_classifiers() # type: ignore
|
app.intent_classifiers = load_intent_classifiers() # type: ignore
|
||||||
app.slot_fillers = load_intent_classifiers() # type: ignore
|
app.slot_fillers = load_slot_classifiers() # type: ignore
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user