Ashish Soni commited on
Commit
bf3159e
·
verified ·
1 Parent(s): c81ad8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -27,8 +27,6 @@ gr.close_all()
27
  title = """<h1 id="title"> Text Summarization </h1>"""
28
 
29
  description = """
30
- Summarize any text using the `sshleifer/distilbart-cnn-12-6` model under the hood
31
-
32
  - The model used for Summarizing Text [DISTILBART-12-6-CNN](https://huggingface.co/sshleifer/distilbart-cnn-12-6).
33
  """
34
 
 
27
  title = """<h1 id="title"> Text Summarization </h1>"""
28
 
29
  description = """
 
 
30
  - The model used for Summarizing Text [DISTILBART-12-6-CNN](https://huggingface.co/sshleifer/distilbart-cnn-12-6).
31
  """
32