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