acecalisto3 commited on
Commit
c6d6293
1 Parent(s): a663e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ def run_inference():
44
  return jsonify({"error": str(e)}), 500
45
 
46
  if __name__ == '__main__':
47
- app.run(debug=False)
 
44
  return jsonify({"error": str(e)}), 500
45
 
46
  if __name__ == '__main__':
47
+ app.launch()