datasciencesage commited on
Commit
7c00bd1
·
1 Parent(s): c944402

updated the file app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,4 +186,4 @@ def upload():
186
 
187
  if __name__ == '__main__':
188
  # Set debug=False to prevent reloading
189
- app.run(debug=False, host='0.0.0.0', port=5000)
 
186
 
187
  if __name__ == '__main__':
188
  # Set debug=False to prevent reloading
189
+ app.run()