RipleysNest commited on
Commit
902cd6a
·
verified ·
1 Parent(s): e2c0511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,4 +222,4 @@ def gradio_interface():
222
 
223
  # Launch the Gradio app
224
  app = gradio_interface()
225
- app.launch(show_api=False, show_error=True)
 
222
 
223
  # Launch the Gradio app
224
  app = gradio_interface()
225
+ app.launch(show_api=False, show_error=True, share=True)