cleaned base code
Browse files- demo.py +4 -3
- utils/__pycache__/utility.cpython-39.pyc +0 -0
demo.py
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
import re
|
2 |
-
import spacy_streamlit
|
3 |
-
from collections import Counter
|
4 |
|
5 |
import spacy
|
6 |
-
from spacy.tokens import Doc
|
|
|
7 |
# from spacy_streamlit import visualize_spans
|
8 |
|
9 |
import streamlit as st
|
|
|
1 |
import re
|
2 |
+
# import spacy_streamlit
|
3 |
+
# from collections import Counter
|
4 |
|
5 |
import spacy
|
6 |
+
# from spacy.tokens import Doc
|
7 |
+
|
8 |
# from spacy_streamlit import visualize_spans
|
9 |
|
10 |
import streamlit as st
|
utils/__pycache__/utility.cpython-39.pyc
ADDED
Binary file (2.93 kB). View file
|
|