From b1b3b5d3ebaa31b246783743e44910274e54da63 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Tue, 27 Sep 2022 01:45:28 +0000 Subject: [PATCH] new version --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index 4c18322..e897c24 100644 --- a/app/app.py +++ b/app/app.py @@ -11,7 +11,7 @@ Post image Data to /desteg and receive a copy of that image with the least signi Example: curl -H "Content-Type: application/png" --data-binary @image.png http://localhost:5002/desteg -o image_destegged.png -Updated 2022-08-11 +Updated 2022-09-27 """ @app.route("/desteg", methods=["GET"])