diff --git a/app.py b/app.py index 770c505..e866a90 100644 --- a/app.py +++ b/app.py @@ -2,7 +2,7 @@ from fastapi import FastAPI -from .inference_onnx import ColaONNXPredictor +from inference_onnx import ColaONNXPredictor # isort:skip summary = '''This is an application powered by NLP. This app can classify a sentence into one of the two classes.