IliaLarchenko
commited on
Commit
•
2a202cc
1
Parent(s):
cc797bf
fixed misspells
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ pip install -r requirements.txt
|
|
16 |
streamlit run src/main.py
|
17 |
```
|
18 |
|
19 |
-
And then just follow the address you see in console. You
|
20 |
|
21 |
![screenshot](docs/readme.jpg?raw=true)
|
22 |
|
@@ -24,4 +24,4 @@ And then just follow the address you see in console. You shoud see something sim
|
|
24 |
## Online playground:
|
25 |
You can also play with the current deployed version:
|
26 |
[https://albumentations-demo.herokuapp.com/](https://albumentations-demo.herokuapp.com/)
|
27 |
-
It is
|
|
|
16 |
streamlit run src/main.py
|
17 |
```
|
18 |
|
19 |
+
And then just follow the address you see in console. You should see something similar to this:
|
20 |
|
21 |
![screenshot](docs/readme.jpg?raw=true)
|
22 |
|
|
|
24 |
## Online playground:
|
25 |
You can also play with the current deployed version:
|
26 |
[https://albumentations-demo.herokuapp.com/](https://albumentations-demo.herokuapp.com/)
|
27 |
+
It is deployed on free service with very limited computing power and can be quite unstable.
|