Luigi's picture
initial commit
a8b6e59
|
raw
history blame
1.03 kB
metadata
title: Whisper Vs Sensevoice Small
emoji: 
colorFrom: gray
colorTo: purple
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: mit
short_description: Compare OpenAI Whisper against Sensevoice Small Resultssssss

Whisper vs. FunASR SenseVoice Comparison

This Space lets you compare OpenAI Whisper variants against FunAudioLLM’s SenseVoice models for automatic speech recognition (ASR), all via a simple Gradio 5 UI.

🚀 Demo

  1. Select Whisper model from the dropdown.
  2. Select SenseVoice model from the dropdown.
  3. (Optional) Toggle punctuation for SenseVoice.
  4. Upload an audio file (wav, mp3, etc.) or record with your microphone.
  5. Click Transcribe to run both ASRs side-by-side.

📁 Files

  • app.py
    Main Gradio application. Sets up two HF-ASR pipelines and displays their outputs.

  • requirements.txt
    Python dependencies: Gradio, Transformers, Torch, Torchaudio, Accelerate, ffmpeg-python.

  • readme.md
    This documentation.