Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,18 @@ colorTo: yellow
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.28.0
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: mit
|
11 |
short_description: ASR demo using onnx-asr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.28.0
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: mit
|
11 |
short_description: ASR demo using onnx-asr
|
12 |
+
tags:
|
13 |
+
- asr
|
14 |
+
- onnx
|
15 |
+
preload_from_hub:
|
16 |
+
- alphacep/vosk-model-ru
|
17 |
+
- alphacep/vosk-model-small-ru
|
18 |
+
- istupakov/gigaam-v2-onnx
|
19 |
+
- istupakov/stt_ru_fastconformer_hybrid_large_pc_onnx
|
20 |
+
- istupakov/whisper-base-onnx
|
21 |
---
|
22 |
|
23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|