yes2code commited on
Commit
68740a9
·
1 Parent(s): 5d4f177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,8 +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 and text
23
- while preserving the relevant and important information of the document."
24
  )
25
  #demo.launch(share=True, server_port=int(os.environ['PORT2']))
26
  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 and text 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)