mjbuehler commited on
Commit
4e2fa3b
·
verified ·
1 Parent(s): 348cd90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -885,4 +885,4 @@ demo.queue(max_size=20, default_concurrency_limit=32)
885
 
886
  # Launch the Gradio app
887
  if __name__ == "__main__":
888
- demo.launch()
 
885
 
886
  # Launch the Gradio app
887
  if __name__ == "__main__":
888
+ demo.launch(share=True)