Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,17 @@ colorFrom: indigo
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
| 8 |
+
models:
|
| 9 |
+
- Xenova/whisper-tiny.en
|
| 10 |
+
- Xenova/whisper-tiny
|
| 11 |
+
- Xenova/whisper-small.en
|
| 12 |
+
- Xenova/whisper-small
|
| 13 |
+
- Xenova/whisper-base
|
| 14 |
+
- Xenova/whisper-base.en
|
| 15 |
+
- Xenova/whisper-medium.en
|
| 16 |
+
- Xenova/whisper-medium
|
| 17 |
+
- distil-whisper/distil-medium.en
|
| 18 |
+
- distil-whisper/distil-large-v2
|
| 19 |
---
|
| 20 |
|
| 21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|