Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Update README.md
Browse files
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
|