dschandra commited on
Commit
f6a6373
·
verified ·
1 Parent(s): a313f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ def analyze():
73
  })
74
 
75
  if __name__ == '__main__':
76
- app.run(debug=True, host='0.0.0.0')
 
73
  })
74
 
75
  if __name__ == '__main__':
76
+ app.run(host='0.0.0.0', port=7860, debug=True)