PraneshJs commited on
Commit
14bb75f
·
verified ·
1 Parent(s): d44713d

Fixed port issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ iface = gr.Interface(
107
  )
108
 
109
  if __name__ == "__main__":
110
- iface.launch(server_name=" 0.0.0.0",server_port=7860,pwa=True,debug=True)
 
107
  )
108
 
109
  if __name__ == "__main__":
110
+ iface.launch(server_name=" 0.0.0.0",pwa=True,debug=True)