diff --git a/docs/source/onnx/tts/hf-space.rst b/docs/source/onnx/tts/hf-space.rst new file mode 100644 index 000000000..4949b10a8 --- /dev/null +++ b/docs/source/onnx/tts/hf-space.rst @@ -0,0 +1,17 @@ +Huggingface space +================= + +We provide a huggingface space where you can try text-to-speech with +`sherpa-onnx`_ from within your browser without installing anything. + +All you need is a browser, either running on your desk computer, your phone, or +your iPad, etc. + + +Please visit + + ``_ + +.. image:: ./pic/hf-space.png + :alt: screenshot of ``_ + :target: https://huggingface.co/spaces/k2-fsa/text-to-speech diff --git a/docs/source/onnx/tts/index.rst b/docs/source/onnx/tts/index.rst index d5f790470..1fccddc50 100644 --- a/docs/source/onnx/tts/index.rst +++ b/docs/source/onnx/tts/index.rst @@ -10,5 +10,6 @@ to install `sherpa-onnx`_ before you continue. .. toctree:: :maxdepth: 5 + ./hf-space.rst ./pretrained_models/index ./faq diff --git a/docs/source/onnx/tts/pic/hf-space.png b/docs/source/onnx/tts/pic/hf-space.png new file mode 100644 index 000000000..7b8a1d5bb Binary files /dev/null and b/docs/source/onnx/tts/pic/hf-space.png differ