Spaces:
Running
Running
Add preloaded models
Browse files
README.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
| 1 |
---
|
| 2 |
title: Speaches Demo
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
license:
|
| 9 |
short_description: Showcasing the Speech-to-Text functionality of "Speaches"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: Speaches Demo
|
| 3 |
+
emoji: 🎙️
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: green
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
short_description: Showcasing the Speech-to-Text functionality of "Speaches"
|
| 10 |
+
preload_from_hub:
|
| 11 |
+
- Systran/faster-whisper-medium.en
|
| 12 |
+
- Systran/faster-whisper-medium
|
| 13 |
+
- Systran/faster-whisper-base.en
|
| 14 |
+
- Systran/faster-whisper-base
|
| 15 |
+
- Systran/faster-whisper-small.en
|
| 16 |
+
- Systran/faster-whisper-small
|
| 17 |
+
- Systran/faster-whisper-tiny.en
|
| 18 |
+
- Systran/faster-whisper-tiny
|
| 19 |
+
- Systran/faster-whisper-large-v3
|
| 20 |
---
|
| 21 |
|
| 22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|