diff --git a/app/app.py b/app/app.py index 9fb4b31..1c2dfb1 100644 --- a/app/app.py +++ b/app/app.py @@ -23,4 +23,4 @@ def predict(): # if __name__ == '__main__': # app.run(debug = True, host = '0.0.0.0', port=environ.get("PORT", 5000)) -app.run() \ No newline at end of file +# app.run() \ No newline at end of file