Yhhxhfh commited on
Commit
762d575
1 Parent(s): eb10c67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,5 +139,5 @@ iface = gr.Interface(
139
  )
140
 
141
  if __name__ == "__main__":
142
- port = int(os.environ.get("PORT", 7867))
143
  iface.launch(server_port=port)
 
139
  )
140
 
141
  if __name__ == "__main__":
142
+ port = int(os.environ.get("PORT", 7860))
143
  iface.launch(server_port=port)