daq27 commited on
Commit
6aa20e4
1 Parent(s): 142fea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,5 +93,5 @@ iface = gr.Interface(
93
  )
94
 
95
  # Launch the Gradio interface
96
- iface.launch()
97
 
 
93
  )
94
 
95
  # Launch the Gradio interface
96
+ iface.launch(share=True)
97