Spaces:
Runtime error
Runtime error
Add Hugging Face link to README
Browse filesAdded a link to the Hugging Face space for titiler-endpoint.
README.md
CHANGED
|
@@ -25,3 +25,5 @@ To run the image:
|
|
| 25 |
```bash
|
| 26 |
docker run --platform=linux/amd64 -p 7860:7860 --rm -it giswqs/titiler-endpoint
|
| 27 |
```
|
|
|
|
|
|
|
|
|
| 25 |
```bash
|
| 26 |
docker run --platform=linux/amd64 -p 7860:7860 --rm -it giswqs/titiler-endpoint
|
| 27 |
```
|
| 28 |
+
|
| 29 |
+
Hugging Face: https://huggingface.co/spaces/giswqs/titiler-endpoint
|