Athspi commited on
Commit
4c7e7aa
·
verified ·
1 Parent(s): 2cb082d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -63,5 +63,4 @@ def serve_index():
63
  def serve_static(path):
64
  return send_from_directory('static', path)
65
 
66
- if __name__ == '__main__':
67
- app.run(host='0.0.0.0', port=5000)
 
63
  def serve_static(path):
64
  return send_from_directory('static', path)
65
 
66
+ if _app.run(host="0.0.0.0", port=7860)