lvwerra HF staff commited on
Commit
28d3e6a
1 Parent(s): ae1efcd

Update jupyter/jupyter_kernel.py

Browse files
Files changed (1) hide show
  1. jupyter/jupyter_kernel.py +1 -1
jupyter/jupyter_kernel.py CHANGED
@@ -86,4 +86,4 @@ def health_check():
86
  return jsonify(status="healthy"), 200
87
 
88
  if __name__ == '__main__':
89
- app.run(host='0.0.0.0', port=5000)
 
86
  return jsonify(status="healthy"), 200
87
 
88
  if __name__ == '__main__':
89
+ app.run(host='0.0.0.0', port=7860)