silentchen commited on
Commit
be1f503
1 Parent(s): 44d8926

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -547,7 +547,7 @@ def main():
547
  gr.HTML(description)
548
 
549
  demo.queue(concurrency_count=1, api_open=False)
550
- demo.launch(share=True, show_api=False, show_error=True)
551
 
552
  if __name__ == '__main__':
553
  main()
 
547
  gr.HTML(description)
548
 
549
  demo.queue(concurrency_count=1, api_open=False)
550
+ demo.launch(share=False, show_api=False, show_error=True)
551
 
552
  if __name__ == '__main__':
553
  main()