Gabriel commited on
Commit
3b6db32
1 Parent(s): b4f813e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -68,12 +68,7 @@ with gr.Blocks() as demo:
68
 
69
  with gr.Tabs():
70
  with gr.TabItem("The Summarization App"):
71
- gr.Markdown("""
72
- <h3>The Summarization Task</h3>
73
- <p>
74
- The goal of text summarization is to extract or generate concise and accurate summaries of a given text document while maintaining key information found within the original text document. Text summarization methods can either be used as an extractive or abstractive model. An Extractive method does what it sounds like, it concatenates different important sentences or paragraphs without understanding the meaning of those parts. Extractive summarization does not create any new word phrases. For instance, if you presented a page of text to an extractive model, it would just act as a text “highlighter”. However, Abstractive summarization generates text in a fashion that tries to guess the meaning in a summarised way of the page of text it is presented. It would put words together in a meaningful way and add the most important fact found in the text.
75
- bl </p>
76
- """)
77
 
78
  with gr.TabItem("The Summarization Engine"):
79
  gr.Markdown("""
 
68
 
69
  with gr.Tabs():
70
  with gr.TabItem("The Summarization App"):
71
+ gr.Markdown(sum_app_text_tab_1)
 
 
 
 
 
72
 
73
  with gr.TabItem("The Summarization Engine"):
74
  gr.Markdown("""