kostissz commited on
Commit
d2d49bf
·
verified ·
1 Parent(s): 2f005d1

Add preloaded models

Browse files
Files changed (1) hide show
  1. README.md +12 -2
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: apache-2.0
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