pujan commited on
Commit
d92bfbb
·
1 Parent(s): b121551

removed dev mode from app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,4 +288,4 @@ def predict_words():
288
 
289
 
290
  if __name__ == '__main__':
291
- app.run(host='0.0.0.0', port=5000, debug=True)
 
288
 
289
 
290
  if __name__ == '__main__':
291
+ app.run()