MFawad commited on
Commit
9f7d13a
1 Parent(s): afbda0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ demo = gr.Interface(fn=summarize,
38
  outputs=[gr.Textbox(label = "Result")],
39
  title="Text Summarizer with Distilbart-cnn",
40
  description= "Summarize any text using the `shleifer/distilbart-cnn-12-6` model under the hood!")
41
- demo.launch(share=True)
 
38
  outputs=[gr.Textbox(label = "Result")],
39
  title="Text Summarizer with Distilbart-cnn",
40
  description= "Summarize any text using the `shleifer/distilbart-cnn-12-6` model under the hood!")
41
+ demo.launch()