Closed PilarHidalgo closed 3 years ago
It seems like there were no entities detected. Did you try with the medium or large sized Spacy? This has happened before for me.
I still have the same problem too, did u use an virtual env? Please i really need you help!!
I'm back and I fix it, you should type your code in a python file "example-file.py" and run in command prompt like: streamlit run streamlit_example-file.py
As mentioned earlier this seems like just an issue with no entities, so I'll be closing it. If that's not the issue let us know and we can revisit this. (Also sorry for taking so long to reply!)
When I ran the example:
import spacy_streamlit models = ["en_core_web_sm", "en_core_web_md"] default_text = "Sundar Pichai is the CEO of Google." spacy_streamlit.visualize(models, default_text)
Have this problem
AttributeError Traceback (most recent call last)