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"])