Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
|
|
| 13 |
- Zero memory allocations at runtime
|
| 14 |
- Runs on the CPU
|
| 15 |
- [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
|
| 16 |
-
- Supported platforms: Linux, Mac OS (Intel and Arm), Windows (MSVC and MinGW), Raspberry Pi, Android
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|
|
|
|
| 13 |
- Zero memory allocations at runtime
|
| 14 |
- Runs on the CPU
|
| 15 |
- [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
|
| 16 |
+
- Supported platforms: Linux, Mac OS (Intel and Arm), Windows (MSVC and MinGW), [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm), Raspberry Pi, Android
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|