fix: streamline transcription process by removing NumPy 2.0 compatibility handling 31b10c8 GavinHuang commited on May 4
fix: add debug prints for transcription type and new state in transcribe function 4be17d8 GavinHuang commited on May 4
fix: move numpy and soundfile imports inside transcribe function and clean up audio buffer handling 692769a GavinHuang commited on May 4
fix: refactor model loading and enhance error handling in transcribe function a2ed037 GavinHuang commited on May 4
fix: add error handling in transcribe function for audio processing and resampling c699992 GavinHuang commited on May 3
fix: enhance audio processing in transcribe function to handle tuple input and resample to 16kHz ac5f4c0 GavinHuang commited on May 3
fix: update tuple audio input handling in transcribe function to extract second element and skip empty tuples 1e2be4f GavinHuang commited on May 3
fix: update tuple audio input handling in transcribe function to extract second element ce364ed GavinHuang commited on May 3
fix: handle tuple audio input in transcribe function and skip empty tuples 615813d GavinHuang commited on May 3
fix: add logging for received audio input type and shape in transcribe function b6fdfee GavinHuang commited on May 3
fix: enhance transcription process with audio feedback and temporary file management 0011522 GavinHuang commited on May 3
fix: improve audio processing in transcribe function and add soundfile dependency 779d79b GavinHuang commited on May 3
fix: declare model as global in transcribe function for proper access d7d7874 GavinHuang commited on May 3
refactor model loading and reintroduce GPU decorator for transcription function f334b99 GavinHuang commited on May 3
update README for real-time speech-to-text application and remove spaces.GPU decorator from load_model function 4efbce4 GavinHuang commited on May 3
add spaces import and reintroduce GPU decorator for model loading bb03f90 GavinHuang commited on May 3
update Gradio version in requirements and fix indentation in transcribe function 8c34a9f GavinHuang commited on May 3
remove spaces.GPU decorator from load_model function and update requirements to include cuda-python 1ffedb9 GavinHuang commited on May 3