ZhengPeng7 commited on
Commit
4354894
·
1 Parent(s): 68c0491

Omit the share in app_local.py.

Browse files
Files changed (1) hide show
  1. app_local.py +1 -1
app_local.py CHANGED
@@ -313,4 +313,4 @@ demo = gr.TabbedInterface(
313
  )
314
 
315
  if __name__ == "__main__":
316
- demo.launch(debug=True, shared=True)
 
313
  )
314
 
315
  if __name__ == "__main__":
316
+ demo.launch(debug=True)