Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
title: Whisper
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Whisper WebGPU
|
| 3 |
+
emoji: 🎤
|
| 4 |
+
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
+
pinned: true
|
| 8 |
+
models:
|
| 9 |
+
- onnx-community/whisper-tiny
|
| 10 |
+
- onnx-community/whisper-tiny.en
|
| 11 |
+
- onnx-community/whisper-small
|
| 12 |
+
- onnx-community/whisper-small.en
|
| 13 |
+
- onnx-community/whisper-base
|
| 14 |
+
- onnx-community/whisper-base.en
|
| 15 |
+
- onnx-community/distil-small.en
|
| 16 |
+
thumbnail: >-
|
| 17 |
+
https://huggingface.co/spaces/Xenova/whisper-webgpu/resolve/main/banner.png
|
| 18 |
---
|
| 19 |
|
| 20 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|