Xenova HF staff commited on
Commit
90a5fd9
1 Parent(s): 84f458a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,6 +3,8 @@ license: gpl-3.0
3
  library_name: transformers.js
4
  tags:
5
  - apisr
 
 
6
  ---
7
 
8
  https://github.com/Kiteretsu77/APISR with ONNX weights to be compatible with Transformers.js.
@@ -53,4 +55,4 @@ output.save('upscaled.png');
53
 
54
  ---
55
 
56
- Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using [🤗 Optimum](https://huggingface.co/docs/optimum/index) and structuring your repo like this one (with ONNX weights located in a subfolder named `onnx`).
 
3
  library_name: transformers.js
4
  tags:
5
  - apisr
6
+ - super-resolution
7
+ pipeline_tag: image-to-image
8
  ---
9
 
10
  https://github.com/Kiteretsu77/APISR with ONNX weights to be compatible with Transformers.js.
 
55
 
56
  ---
57
 
58
+ Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using [🤗 Optimum](https://huggingface.co/docs/optimum/index) and structuring your repo like this one (with ONNX weights located in a subfolder named `onnx`).