I am trying to run a service that uses simple transformers Roberta model to do classification. the inferencing script/function itself is working as expected when tested. when i include that with fast api its shutting down the server. error : inferencing script : update: tried with flask and the service is working but when adding uvicorn on top of flask