spacy-streamlit
spacy-streamlit copied to clipboard
👑 spaCy building blocks and visualizers for Streamlit apps
I have been trying to use this but keep on getting this error `ImportError: cannot import name 'visualize_spans' from partially initialized module 'spacy_streamlit' (most likely due to a circular import)`...
Hello, I aa looking to use spacy-streamlit to visualise custom sentences and entities output from my own model. When running some of your example .py files, I have found errors...
Dear all, I'm trying to use the new span visualizer to display some custom, nested spans predicted by spancat. This is my code: ``` MODEL_PATH = # ... DEFAULT_TEXT =...
Running the set examples in Jupyter notebook causes: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[47], line 2 1 doc = nlp('The tenants have mobility issues and cannot...
Hi, I'm running the visualize_app.py demo in the repo README, but I'm running into the following error. ` File "/Users/qugenes/miniconda3/lib/python3.11/site-packages/spacy_streamlit/visualizer.py", line 51, in visualize st.experimental_rerun() ^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'streamlit' has...
When I click on the link (https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py) to view the running app, it gives the following error: ``` TypeError: This app has encountered an error. The original error message is...
The `.visualize()` method accepts a keyword argument `spans`, which by default is set to most of the visualizers. However, `spans` isn't on this list, and passing it does nothing, despite...