rexoscare commited on
Commit
9e5d966
1 Parent(s): 5f9c320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ demo = gr.Interface(fn=summarize,
20
  title="Text summarization with distilbart-cnn",
21
  description="Summarize any text using the `sshleifer/distilbart-cnn-12-6` model under the hood!"
22
  )
23
- demo.launch(share=True,debug=True)
24
 
 
20
  title="Text summarization with distilbart-cnn",
21
  description="Summarize any text using the `sshleifer/distilbart-cnn-12-6` model under the hood!"
22
  )
23
+ demo.launch()
24