raul-padua commited on
Commit
2d11b42
·
1 Parent(s): 94d2910

Update app.py

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