tbdatasci commited on
Commit
ba7bea5
1 Parent(s): 2efe0df

Changed the description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ demo = gr.Interface(fn=summarize,
13
  inputs=[gr.Textbox(label="Text to summarize", lines=6)],
14
  outputs=[gr.Textbox(label="Result", lines=3)],
15
  title="Text summarization with bart-cnn",
16
- description="Summarize any text that is 1,000 words or less! If you hit an error, your text is probably too long."
17
  )
18
 
19
  demo.launch()
 
13
  inputs=[gr.Textbox(label="Text to summarize", lines=6)],
14
  outputs=[gr.Textbox(label="Result", lines=3)],
15
  title="Text summarization with bart-cnn",
16
+ description="Bob gets to the bottom line, every time! Summarize any text that is 1,000 words or less. If you hit an error, your text is probably too long."
17
  )
18
 
19
  demo.launch()