Update app.py
Browse files
app.py
CHANGED
|
@@ -16,8 +16,7 @@ from zshot.linker import LinkerSMXM, LinkerTARS, LinkerRegen
|
|
| 16 |
from zshot.utils.data_models import Entity
|
| 17 |
from zshot.mentions_extractor import MentionsExtractorSpacy
|
| 18 |
from zshot.mentions_extractor.utils import ExtractorType
|
| 19 |
-
from zshot import PipelineConfig
|
| 20 |
-
from spacy import displacy
|
| 21 |
|
| 22 |
sys.path.append(os.path.abspath('./'))
|
| 23 |
import streamlit_apps_config as config
|
|
|
|
| 16 |
from zshot.utils.data_models import Entity
|
| 17 |
from zshot.mentions_extractor import MentionsExtractorSpacy
|
| 18 |
from zshot.mentions_extractor.utils import ExtractorType
|
| 19 |
+
from zshot import PipelineConfig, displacy
|
|
|
|
| 20 |
|
| 21 |
sys.path.append(os.path.abspath('./'))
|
| 22 |
import streamlit_apps_config as config
|