jake2004 commited on
Commit
6554fd7
·
verified ·
1 Parent(s): 60ca3d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ def video_feed():
59
  return Response(generate_frames(), mimetype='multipart/x-mixed-replace; boundary=frame')
60
 
61
  if __name__ == '__main__':
62
- app.run(host="0.0.0.0", port=5000, debug=True)
 
59
  return Response(generate_frames(), mimetype='multipart/x-mixed-replace; boundary=frame')
60
 
61
  if __name__ == '__main__':
62
+ app.run(host="0.0.0.0", port=7860)