Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,33 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🎤
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
-
python_version:
|
| 9 |
license: gpl-3.0
|
| 10 |
-
|
| 11 |
-
short_description: "Kabyle speech-to-text using NeMo on CPU (free tier)."
|
| 12 |
-
|
| 13 |
tags:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
# Preload the large NeMo model during build
|
| 22 |
preload_from_hub:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
# Allow up to 30 minutes startup (critical for CPU + large model)
|
| 26 |
startup_duration_timeout: 30m
|
| 27 |
-
|
| 28 |
-
# Allow embedding in Google Sites
|
| 29 |
disable_embedding: false
|
| 30 |
-
|
| 31 |
-
# No GPU (free tier)
|
| 32 |
-
# Do NOT include suggested_hardware to default to cpu-basic
|
| 33 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Kabyle ASR Tanti
|
| 3 |
emoji: 🎤
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
+
python_version: '3.10'
|
| 9 |
license: gpl-3.0
|
| 10 |
+
short_description: Kabyle speech-to-text using NeMo on CPU (free tier).
|
|
|
|
|
|
|
| 11 |
tags:
|
| 12 |
+
- asr
|
| 13 |
+
- kabyle
|
| 14 |
+
- nemo
|
| 15 |
+
- speech-to-text
|
| 16 |
+
- cpu
|
| 17 |
+
- gpl
|
|
|
|
|
|
|
| 18 |
preload_from_hub:
|
| 19 |
+
- nvidia/stt_kab_conformer_transducer_large
|
|
|
|
|
|
|
| 20 |
startup_duration_timeout: 30m
|
|
|
|
|
|
|
| 21 |
disable_embedding: false
|
| 22 |
+
sdk_version: 5.47.0
|
|
|
|
|
|
|
| 23 |
---
|