Skip to content

Commit

Permalink
Removed discontinuation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
IliaLarchenko committed Mar 20, 2024
1 parent 9990c4b commit 5820234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ This service is created to demonstrate abilities of the [Albumentations](https:/
## Easy start
If you would like to run the service locally follow the installation instruction.

You can find the online version of this tool here: [https://albumentations-demo.herokuapp.com/](https://albumentations-demo.herokuapp.com/) But it will be discontinued after 18th of March 2024.

As alternative you can also use the fork supported and deployed by the Albumentations team [https://demo.albumentations.ai/](https://demo.albumentations.ai/)

You can find the online version of this tool here: [https://albumentations-demo.herokuapp.com/](https://albumentations-demo.herokuapp.com/) but I don't actively support it anymore.

As alternative you can use the fork supported and deployed by the Albumentations team [https://demo.albumentations.ai/](https://demo.albumentations.ai/)

## Installation and run
```
Expand Down
12 changes: 1 addition & 11 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@


def main():
st.write("This instance of the app will be discontinued after 18th of March 2024.")
st.write(
"You can still use it locally of deploy your own instance. See the \
[source code](https://github.com/IliaLarchenko/albumentations-demo)."
)
st.write(
"Or use the fork supported and deployed by albumentations team: \
[https://demo.albumentations.ai/](https://demo.albumentations.ai/)."
)

# get CLI params: the path to images and image width
path_to_images, width_original = get_arguments()

Expand Down Expand Up @@ -71,7 +61,7 @@ def main():
Most probably you have passed wrong set of parameters. \
Check transforms that change the shape of image."
)

# proceed only if everything is ok
if error == 0:
augmented_image = data["image"]
Expand Down

0 comments on commit 5820234

Please sign in to comment.