bluenevus commited on
Commit
127d5f5
·
verified ·
1 Parent(s): 78a3c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,4 +138,4 @@ iface = gr.Interface(
138
  )
139
 
140
  if __name__ == "__main__":
141
- iface.launch()
 
138
  )
139
 
140
  if __name__ == "__main__":
141
+ iface.launch(share=True, server_name="0.0.0.0", server_port=7860)