Skip to content

Commit

Permalink
Turning off Debug mode per robmarkcole#63
Browse files Browse the repository at this point in the history
  • Loading branch information
sstratoti committed Oct 27, 2022
1 parent 20d2031 commit 3d343ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coral-app.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def predict():
interpreter.allocate_tensors()
print("\n Initialised interpreter with model : {}".format(model_file))

app.run(host="0.0.0.0", debug=True, port=args.port)
app.run(host="0.0.0.0", debug=False, port=args.port)

0 comments on commit 3d343ab

Please sign in to comment.