yes2code commited on
Commit
731f753
·
1 Parent(s): 467efa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ demo = gr.Interface(fn=summarize,
19
  title="Text summarization with distilbart-cnn",
20
  #title="Text summarization of large data",
21
  #description="Summarize any text using the `shleifer/distilbart-cnn-12-6` model under the hood!"
22
- description="GV user interface to summarize large text. Summarization produces a shorter version of the document, a research paper while preserving the relevant and important information of the document."
23
  )
24
  #demo.launch(share=True, server_port=int(os.environ['PORT2']))
25
  demo.launch(share=True)
 
19
  title="Text summarization with distilbart-cnn",
20
  #title="Text summarization of large data",
21
  #description="Summarize any text using the `shleifer/distilbart-cnn-12-6` model under the hood!"
22
+ description="GV user interface to summarize large text. Summarization produces a shorter version of the document (for example a research paper) while preserving the relevant and important information of the document."
23
  )
24
  #demo.launch(share=True, server_port=int(os.environ['PORT2']))
25
  demo.launch(share=True)