Mbilal755 commited on
Commit
8ec4fa1
1 Parent(s): afe0a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ def summarize(input):
13
  iface = gr.Interface(fn=summarize, inputs="text", outputs="text")
14
 
15
  if __name__ == "__main__":
16
- iface.launch(share=True)
 
13
  iface = gr.Interface(fn=summarize, inputs="text", outputs="text")
14
 
15
  if __name__ == "__main__":
16
+ iface.launch(share=False)