Loguie commited on
Commit
5bc0f76
·
verified ·
1 Parent(s): b0fa9b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ demo = gr.Interface(
22
  inputs=gr.Textbox(label="Enter Text to Summarize", lines=5),
23
  outputs=gr.Label(label="Summary"),
24
  title="Text Summarization",
25
- description="This app uses the `facebook/bart-large-cnn` model to summarize the text you input.",
26
  allow_flagging="never"
27
  )
28
 
 
22
  inputs=gr.Textbox(label="Enter Text to Summarize", lines=5),
23
  outputs=gr.Label(label="Summary"),
24
  title="Text Summarization",
25
+ description="This app uses the facebook/bart-large-cnn for summarizing input.",
26
  allow_flagging="never"
27
  )
28