panditamey commited on
Commit
6c4241b
·
1 Parent(s): 12d1cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ def upload_image():
51
 
52
 
53
  if __name__ =="__main__":
54
- app.run()
 
51
 
52
 
53
  if __name__ =="__main__":
54
+ app.run(debug=Flase,host="0.0.0.0",port=5000)