banjiola commited on
Commit
e926226
·
verified ·
1 Parent(s): a889b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -120,9 +120,11 @@ demo = gr.Interface(fn=summarize_ner,
120
  title="AI Text Summarizer",
121
  description= """<div class="header-text">
122
  <h3>Generate concise summaries and highlight key entities</h3>
123
- <p>This tool helps you generate quick summaries from long-form text and highlights named entities such as <mark>people</mark>, <mark>organisations</mark>, and <mark>locations</mark>. The following models were used: the <code>bart-large-cnn</code> model for text summarisation and the <code>dslim/bert-base-NER</code> model for named entity recognition.</p></div>
 
 
124
 
125
- <p>This web application is an implementation of Text Summarization and Named Entity Recognition. <b><i>Click the example below to see it in action or paste your text.</b></i></p>
126
  """,
127
  flagging_mode="never",
128
  examples= [example_1, example_2],
 
120
  title="AI Text Summarizer",
121
  description= """<div class="header-text">
122
  <h3>Generate concise summaries and highlight key entities</h3>
123
+ <a href="https://banjiola.github.io/Olabanji-Olaniyan/"
124
+ target="_blank">Olabaji Olaniyan</a>
125
+ <p>This tool helps you generate quick summaries from long-form text and highlights named entities such as <mark>people</mark>, <mark>organisations</mark>, and <mark>locations</mark>. The following models were used: the <code>bart-large-cnn</code> model for text summarisation and the <code>dslim/bert-base-NER</code> model for named entity recognition.This web application is an implementation of Text Summarization and Named Entity Recognition.</p></div>
126
 
127
+ <p><b><i>Click the example below to see it in action or paste your text.</b></i></p>
128
  """,
129
  flagging_mode="never",
130
  examples= [example_1, example_2],