update docs
Browse files
README.md
CHANGED
@@ -9,15 +9,13 @@ pipeline_tag: image-to-image
|
|
9 |
library_name: generic
|
10 |
---
|
11 |
|
12 |
-
# DAT-x2 for a `image-to-image` Inference endpoint.
|
13 |
|
14 |
> Inspired by https://huggingface.co/sergeipetrov/dat-x2-ie
|
15 |
|
16 |
This repository implements a `custom` task for `image-to-image` for 🤗 Inference Endpoints to allow image up scaling by doubling image resolution.
|
17 |
The code for the customized pipeline is in the handler.py.
|
18 |
|
19 |
-
It uses the [DAT-x2](https://huggingface.co/caidas/DAT-x2) model from the Hugging Face Hub.
|
20 |
-
|
21 |
To use deploy this model an Inference Endpoint you have to select `Custom` as task to use the `handler.py` file.
|
22 |
|
23 |
### expected Request payload
|
|
|
9 |
library_name: generic
|
10 |
---
|
11 |
|
12 |
+
# Fork of [caidas/DAT-x2](https://huggingface.co/caidas/DAT-x2) for a `image-to-image` Inference endpoint.
|
13 |
|
14 |
> Inspired by https://huggingface.co/sergeipetrov/dat-x2-ie
|
15 |
|
16 |
This repository implements a `custom` task for `image-to-image` for 🤗 Inference Endpoints to allow image up scaling by doubling image resolution.
|
17 |
The code for the customized pipeline is in the handler.py.
|
18 |
|
|
|
|
|
19 |
To use deploy this model an Inference Endpoint you have to select `Custom` as task to use the `handler.py` file.
|
20 |
|
21 |
### expected Request payload
|