rgres commited on
Commit
bda5885
1 Parent(s): 15e781b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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
- You can call the inference endpoint like this :
 
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