From c0c8b8153a65a102673aa7351ea7a8b365b87d4e Mon Sep 17 00:00:00 2001 From: Javclaude Date: Sun, 31 May 2020 18:30:11 +0200 Subject: [PATCH] Remove comment --- app/app.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/app/app.py b/app/app.py index 754f9e5..ab9e45f 100644 --- a/app/app.py +++ b/app/app.py @@ -28,18 +28,5 @@ def api_sentiment(): return jsonify(request_responses) if __name__ == "__main__": - - """ parser = argparse.ArgumentParser() - - parser.add_argument("--path_to_model", help="Path to the pre trained model", typr=str) - parser.add_argument("--path_to_config", help="Path to the config file", type=str) - - args = parser.parse_args() - """ app.run(debug=True) - - - - - - + \ No newline at end of file