AyushDey commited on
Commit
5b38fc2
·
1 Parent(s): 91ea7b8

Remove share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def summarization(input):
19
  gr.close_all()
20
 
21
  demo = gr.Interface(fn=summarization, inputs='text', outputs='text')
22
- demo.launch(share=True)
 
19
  gr.close_all()
20
 
21
  demo = gr.Interface(fn=summarization, inputs='text', outputs='text')
22
+ demo.launch()