Rasalit is giving errors with models having spacy components

I am trying to run rasalit live-nlu feature with multiple trained models. The models with basic default configuration and the one with pretrained bert embeddings are working fine. I am getting error when i used a model with SpacyNLP components (spacy featurizer , spacy tokenizer).

This is the error i am getting on the browser.

TypeError: 'NoneType' object is not callable Traceback: File "/home/dingusagar/PycharmProjects/rasa-demo/venv/lib/python3.6/site-packages/streamlit/script_runner.py", line 324, in _run_script exec(code, module.__dict__) File "/home/dingusagar/PycharmProjects/rasa-demo/venv/lib/python3.6/site-packages/rasalit/apps/livenlu/app.py", line 34, in <module> element.process(msg) File "/home/dingusagar/PycharmProjects/rasa-demo/venv/lib/python3.6/site-packages/rasa/nlu/extractors/spacy_entity_extractor.py", line 33, in process doc = spacy_nlp(message.text)

Could you share a config.yml file? Also, what model are you using?