mahesh3394 commited on
Commit
6846720
1 Parent(s): 9c98bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ def predict():
38
 
39
 
40
  if __name__ == '__main__':
41
- app.run(port=5000, debug=True)
 
38
 
39
 
40
  if __name__ == '__main__':
41
+ app.run(host="0.0.0.0",port=5000)