Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
nsfwalex
/
whisper-transcribe-new
Runtime error

App Files Files Community
Fetching metadata from the HF Docker repository...
whisper-transcribe-new
36.9 kB
  • 2 contributors
History: 74 commits
liuyang
Add error handling in embedding calculation within WhisperTranscriber. Log exceptions and diarization segments for better debugging.
5b655f4 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    291 Bytes
    update Gradio SDK version to 5.0.1 in README and requirements 6 months ago
  • app.py
    32.9 kB
    Add error handling in embedding calculation within WhisperTranscriber. Log exceptions and diarization segments for better debugging. 4 months ago
  • config.py
    1.52 kB
    update model 6 months ago
  • requirements.txt
    698 Bytes
    Implement audio preprocessing and speaker diarization enhancements in WhisperTranscriber. Introduce methods for audio chunk preparation, VAD-based trimming, and speaker embedding extraction. Update process_audio methods to utilize task JSON for improved workflow and metadata handling. Add webrtcvad dependency for voice activity detection. 4 months ago