SHXn3 commited on
Commit
8258396
·
verified ·
1 Parent(s): 9c6e1ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,5 +53,4 @@ iface = gr.Interface(
53
  )
54
 
55
  if __name__ == "__main__":
56
- # Use share=True so it works even if localhost is inaccessible
57
- iface.launch(share=True)
 
53
  )
54
 
55
  if __name__ == "__main__":
56
+ iface.launch(server_name="0.0.0.0", server_port=7860, share=True)