From 604d65b353f851f5fd1607b0a001964166074a62 Mon Sep 17 00:00:00 2001 From: lauragreemko Date: Sat, 8 Oct 2022 22:55:58 +0200 Subject: [PATCH] removed run --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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