elloza commited on
Commit
e30ed12
·
verified ·
1 Parent(s): c5e8937

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -43,8 +43,6 @@ wav.fromScratch(1, output.sampling_rate, '32f', output.audio);
43
  fs.writeFileSync('out.wav', wav.toBuffer());
44
  ```
45
 
46
- <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/-6E56kNCnXUQrLAkR7fuZ.wav"></audio>
47
-
48
  ---
49
 
50
  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`).
 
43
  fs.writeFileSync('out.wav', wav.toBuffer());
44
  ```
45
 
 
 
46
  ---
47
 
48
  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`).