devopsmarc commited on
Commit
e70c57d
·
1 Parent(s): 6f0b648

Setting demo.launch to strict

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