Athspi commited on
Commit
4ae7788
·
verified ·
1 Parent(s): b90d0e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,4 +156,4 @@ def serve_video(filename):
156
 
157
  if __name__ == '__main__':
158
  # Use host='0.0.0.0' to make it accessible on your local network
159
- app.run(debug=True, host='0.0.0.0', port=5001)
 
156
 
157
  if __name__ == '__main__':
158
  # Use host='0.0.0.0' to make it accessible on your local network
159
+ app.run(host="0.0.0.0", port=7860)