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

Update share option in app.py

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=True)
 
250
 
251
  # Enable queueing and launch the app
252
  if __name__ == "__main__":
253
+ demo.queue(api_open=True).launch(show_api=True, share=False)