Spaces:
Sleeping
Sleeping
Commit
·
c32a726
1
Parent(s):
b7bcf4d
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ def summ_inference(txt: str):
|
|
| 206 |
|
| 207 |
############## ENTRY POINT START #######################
|
| 208 |
def main():
|
| 209 |
-
st.title("News
|
| 210 |
article_txt = st.text_area("Paste the text of a news article:", "", height=200)
|
| 211 |
if st.button("Submit"):
|
| 212 |
ner_result = [[ent, label.upper(), np.round(prob, 3)]
|
|
|
|
| 206 |
|
| 207 |
############## ENTRY POINT START #######################
|
| 208 |
def main():
|
| 209 |
+
st.title("News Summarizer & NER")
|
| 210 |
article_txt = st.text_area("Paste the text of a news article:", "", height=200)
|
| 211 |
if st.button("Submit"):
|
| 212 |
ner_result = [[ent, label.upper(), np.round(prob, 3)]
|