peace2024 commited on
Commit
8a44556
·
verified ·
1 Parent(s): b2d3839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ interface = gr.Interface(
123
 
124
  # Launch the interface
125
  if __name__ == "__main__":
126
- interface.launch()
 
123
 
124
  # Launch the interface
125
  if __name__ == "__main__":
126
+ interface.launch(share=True)