rdave88 commited on
Commit
a5718ea
·
verified ·
1 Parent(s): b6716dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ def gradio_ui():
52
 
53
  # Run the Gradio interface (will run locally, and can be deployed to Spaces)
54
  if __name__ == "__main__":
55
- gradio_ui().launch()
 
52
 
53
  # Run the Gradio interface (will run locally, and can be deployed to Spaces)
54
  if __name__ == "__main__":
55
+ gradio_ui().launch(share=True)