rgres commited on
Commit
efe3a1b
·
1 Parent(s): 87e94cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ def predict():
52
 
53
  if __name__ == '__main__':
54
  app.run(host='0.0.0.0', port=int(
55
- os.environ.get('PORT', 8000)), debug=True)
 
52
 
53
  if __name__ == '__main__':
54
  app.run(host='0.0.0.0', port=int(
55
+ os.environ.get('D2M_PORT', 8000)), debug=True)