panditamey commited on
Commit
2bd045c
1 Parent(s): 55b4541

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(debug=Flase,host="0.0.0.0",port=5000)
 
51
 
52
 
53
  if __name__ =="__main__":
54
+ app.run(debug=False,host="0.0.0.0",port=5000)