Spaces:
Sleeping
Sleeping
| title: Tanti - Kabyle ASR | |
| emoji: 🎤 | |
| colorFrom: purple | |
| colorTo: blue | |
| sdk: gradio | |
| app_file: app.py | |
| python_version: "3.10" | |
| license: gpl-3.0 | |
| short_description: "Kabyle speech-to-text using NeMo on CPU (free tier)." | |
| tags: | |
| - asr | |
| - kabyle | |
| - nemo | |
| - speech-to-text | |
| - cpu | |
| - gpl | |
| # Preload the large NeMo model during build | |
| preload_from_hub: | |
| - nvidia/stt_kab_conformer_transducer_large | |
| # Allow up to 30 minutes startup (critical for CPU + large model) | |
| startup_duration_timeout: 30m | |
| # Allow embedding in Google Sites | |
| disable_embedding: false | |
| # No GPU (free tier) | |
| # Do NOT include suggested_hardware to default to cpu-basic | |