pranulondhe commited on
Commit
3c1d728
·
verified ·
1 Parent(s): c8a99c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ app = gr.Interface(
31
  ),
32
 
33
  title="📚AI Text Summarizer",
34
- description="Generate concise summaries using Hugging Face Transformers.
35
- Built with Gradio and BART-Large-CNN."
36
  )
37
 
38
  app.launch()
 
31
  ),
32
 
33
  title="📚AI Text Summarizer",
34
+ description="""Generate concise summaries using Hugging Face Transformers.
35
+ Built with Gradio and BART-Large-CNN."""
36
  )
37
 
38
  app.launch()