Commit
·
604804f
1
Parent(s):
21e47f9
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ For more information about the model, license and limitations check the original
|
|
18 |
|
19 |
---
|
20 |
|
21 |
-
This repository implements a custom `handler` task for `text-guided-to-image-inpainting` for 🤗 Inference Endpoints. The code for the customized pipeline is in the [
|
22 |
|
23 |
There is also a [notebook](https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/blob/main/create_handler.ipynb) included, on how to create the `handler.py`
|
24 |
|
|
|
18 |
|
19 |
---
|
20 |
|
21 |
+
This repository implements a custom `handler` task for `text-guided-to-image-inpainting` for 🤗 Inference Endpoints. The code for the customized pipeline is in the [handler.py](https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/blob/main/handler.py).
|
22 |
|
23 |
There is also a [notebook](https://huggingface.co/philschmid/stable-diffusion-2-inpainting-endpoint/blob/main/create_handler.ipynb) included, on how to create the `handler.py`
|
24 |
|