--- title: Cohere Multilingual ASR emoji: 🎙️ colorFrom: yellow colorTo: red sdk: gradio sdk_version: 6.10.0 app_file: app.py models: - CohereLabs/cohere-transcribe-03-2026 pinned: false --- Evaluate multilingual speech recognition with a Gradio app backed by Cohere's compatibility transcription API. ## Local development ```bash uv sync COHERE_API_KEY=your-key uv run python app.py ``` Set `COHERE_ASR_DEBUG_RAW_RESPONSE=1` only when you want the raw API JSON panel to appear for debugging. ## Exporting Hugging Face dependencies ```bash uv export --format requirements-txt --no-dev --no-hashes > requirements.txt ``` ## Example audio Bundled example clips live under `examples/` and are sourced from [`google/fleurs`](https://huggingface.co/datasets/google/fleurs) validation audio, one per supported language. The FLEURS dataset is licensed under CC-BY 4.0.