RoboApocalypse commited on
Commit
435181d
·
1 Parent(s): d150045

Update app.py to launch the app without sharing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,4 +250,4 @@ demo = gr.Interface(
250
 
251
  # Enable queueing and launch the app
252
  if __name__ == "__main__":
253
- demo.queue(api_open=True).launch(show_api=True, share=False)
 
250
 
251
  # Enable queueing and launch the app
252
  if __name__ == "__main__":
253
+ demo.queue(api_open=True).launch(show_api=True)