manuth commited on
Commit
41334ba
·
1 Parent(s): 12a2809
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ iface = gr.Interface(
88
  )
89
 
90
  if __name__ == "__main__":
91
- iface.launch(debug=True)
 
88
  )
89
 
90
  if __name__ == "__main__":
91
+ iface.launch(debug=True, share=True, server_port=7861)