Update README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,11 @@ inference: true
|
|
| 9 |
|
| 10 |
# Inference Endpoint for [Seg2Sat](https://huggingface.co/rgres/Seg2Sat-sd-controlnet) using [runwayml/stable-diffusion-v1-5](https://huggingface.co/stabilityai/stable-diffusion-2-1-base)
|
| 11 |
|
| 12 |
-
|
|
|
|
| 13 |
|
| 14 |
-
|
|
|
|
| 15 |
import base64
|
| 16 |
import requests
|
| 17 |
|
|
|
|
| 9 |
|
| 10 |
# Inference Endpoint for [Seg2Sat](https://huggingface.co/rgres/Seg2Sat-sd-controlnet) using [runwayml/stable-diffusion-v1-5](https://huggingface.co/stabilityai/stable-diffusion-2-1-base)
|
| 11 |
|
| 12 |
+
The code from the project can be found here: https://github.com/RubenGres
|
| 13 |
+
Inference endpoint for Seg2Map used on the demo available on rubengr.es/Seg2Sat
|
| 14 |
|
| 15 |
+
|
| 16 |
+
```python
|
| 17 |
import base64
|
| 18 |
import requests
|
| 19 |
|