Kaludi commited on
Commit
bf32581
1 Parent(s): eb5e378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ samples = [[example1],[example2]]
15
 
16
  iface = Parallel(quick_sum,
17
  theme='huggingface',
18
- title= 'Hugging Face Text Summarizer',
19
  description = "This is a Text Summarization Model that has been trained by <strong><a href='https://huggingface.co/Kaludi'>Kaludi</a></strong> to Transform long and complex texts into concise and meaningful summaries. Get a quick and accurate overview of any document in seconds, saving you time and effort.",
20
  article = "<p style='text-align: center'><a href='https://github.com/Kaludii'>Github</a> | <a href='https://huggingface.co/Kaludi'>HuggingFace</a></p>",
21
  examples=samples,
 
15
 
16
  iface = Parallel(quick_sum,
17
  theme='huggingface',
18
+ title= 'Quick Summarizer App',
19
  description = "This is a Text Summarization Model that has been trained by <strong><a href='https://huggingface.co/Kaludi'>Kaludi</a></strong> to Transform long and complex texts into concise and meaningful summaries. Get a quick and accurate overview of any document in seconds, saving you time and effort.",
20
  article = "<p style='text-align: center'><a href='https://github.com/Kaludii'>Github</a> | <a href='https://huggingface.co/Kaludi'>HuggingFace</a></p>",
21
  examples=samples,