sg123321 commited on
Commit
bb1c3cc
·
verified ·
1 Parent(s): d843214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
  )
53
 
54
  if __name__ == "__main__":
55
- iface.launch()
 
52
  )
53
 
54
  if __name__ == "__main__":
55
+ iface.launch(server_name="0.0.0.0", server_port=7860)