kgauvin603 commited on
Commit
abc194c
·
verified ·
1 Parent(s): d37ce17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,4 +176,4 @@ interface = gr.Interface(
176
  )
177
 
178
  # Launch the Gradio interface with public sharing enabled
179
- interface.launch()
 
176
  )
177
 
178
  # Launch the Gradio interface with public sharing enabled
179
+ interface.launch(share=True)