fashxp commited on
Commit
cbc8907
1 Parent(s): 5252219

update docs

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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