Reaperxxxx commited on
Commit
378dcf2
·
verified ·
1 Parent(s): e56696c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ def leaderboard(names):
43
  return send_file(output_path, mimetype='image/png')
44
 
45
  if __name__ == '__main__':
46
- app.run(debug=True)
 
43
  return send_file(output_path, mimetype='image/png')
44
 
45
  if __name__ == '__main__':
46
+ app.run(host="0.0.0.0", port=7860, debug=True)