Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
8bdfbd2
1
Parent(s):
4d4517b
feat: HuggingFace Space configuration
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
> [!NOTE]
|
2 |
> This project was previously named `faster-whisper-server`. I've decided to change the name from `faster-whisper-server`, as the project has evolved to support more than just transcription.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: Speaches
|
3 |
+
colorFrom: yellow
|
4 |
+
colorTo: pink
|
5 |
+
sdk: docker
|
6 |
+
app_port: 8000
|
7 |
+
# https://huggingface.co/docs/hub/en/spaces-config-reference
|
8 |
+
suggested_hardware: t4-small
|
9 |
+
preload_from_hub:
|
10 |
+
- Systran/faster-distil-whisper-large-v3
|
11 |
+
- Systran/faster-distil-whisper-medium.en
|
12 |
+
- Systran/faster-distil-whisper-small.en
|
13 |
+
- Systran/faster-whisper-large-v3
|
14 |
+
- Systran/faster-whisper-medium
|
15 |
+
- Systran/faster-whisper-medium.en
|
16 |
+
- Systran/faster-whisper-small
|
17 |
+
- Systran/faster-whisper-small.en
|
18 |
+
- Systran/faster-whisper-tiny
|
19 |
+
- Systran/faster-whisper-tiny.en
|
20 |
+
- rhasspy/piper-voices
|
21 |
+
---
|
22 |
+
|
23 |
+
```sh
|
24 |
+
git remote add huggingface-space https://huggingface.co/spaces/speaches-ai/speaches
|
25 |
+
git push --force huggingface-space huggingface-space:main
|
26 |
+
```
|
27 |
+
|
28 |
+
TODO: Configure environment variables. See [this](https://huggingface.co/docs/hub/en/spaces-overview#managing-secrets).
|
29 |
+
|
30 |
> [!NOTE]
|
31 |
> This project was previously named `faster-whisper-server`. I've decided to change the name from `faster-whisper-server`, as the project has evolved to support more than just transcription.
|
32 |
|