Spaces:
Sleeping
Sleeping
Commit ·
4ab4c78
1
Parent(s): 5992fc5
rename to extract_ner
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ with st.spinner("Processing Text and Extracting..."):
|
|
| 23 |
spans = model.extract_span(text)
|
| 24 |
markers = model.extract_marker(text)
|
| 25 |
time_mls = model.extract_time_ml(text)
|
| 26 |
-
ners = model.
|
| 27 |
|
| 28 |
# display the result
|
| 29 |
st.markdown("**Span:**")
|
|
|
|
| 23 |
spans = model.extract_span(text)
|
| 24 |
markers = model.extract_marker(text)
|
| 25 |
time_mls = model.extract_time_ml(text)
|
| 26 |
+
ners = model.extract_ner(text)
|
| 27 |
|
| 28 |
# display the result
|
| 29 |
st.markdown("**Span:**")
|