mjbuehler commited on
Commit
5501a80
·
verified ·
1 Parent(s): 49ffe9d

Update app.py

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