Fedir Zadniprovskyi commited on
Commit
01eb1bb
·
unverified ·
1 Parent(s): f268aa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -18,6 +18,10 @@ See [OpenAI API reference](https://platform.openai.com/docs/api-reference/audio)
18
  - Only transcription of single channel, 16000 sample rate, raw, 16-bit little-endian audio is supported.
19
 
20
  ## Quick Start
 
 
 
 
21
  Using Docker
22
  ```bash
23
  docker run --gpus=all --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:latest-cuda
 
18
  - Only transcription of single channel, 16000 sample rate, raw, 16-bit little-endian audio is supported.
19
 
20
  ## Quick Start
21
+ [Hugging Face Space](https://huggingface.co/spaces/Iatalking/fast-whisper-server)
22
+
23
+ ![image](https://github.com/fedirz/faster-whisper-server/assets/76551385/6d215c52-ded5-41d2-89a5-03a6fd113aa0)
24
+
25
  Using Docker
26
  ```bash
27
  docker run --gpus=all --publish 8000:8000 --volume ~/.cache/huggingface:/root/.cache/huggingface fedirz/faster-whisper-server:latest-cuda