MusIre commited on
Commit
1bcbacf
·
verified ·
1 Parent(s): 8d2c3ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,4 +163,4 @@ iface = gr.Interface(
163
  )
164
 
165
  if __name__ == "__main__":
166
- iface.launch()
 
163
  )
164
 
165
  if __name__ == "__main__":
166
+ iface.launch(share=True)