cutycat2000x commited on
Commit
fac94c9
·
verified ·
1 Parent(s): 73ff692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def handle_request(path):
15
  return response
16
 
17
  if __name__ == "__main__":
18
- app.run(debug=True, host="0.0.0.0", port=7860)
 
15
  return response
16
 
17
  if __name__ == "__main__":
18
+ app.run(host="0.0.0.0", port=7860)