whisper-medium-GGML / test_whisper_processor.py
mosesdaudu's picture
Upload test_whisper_processor.py with huggingface_hub
f13967b verified
raw
history blame contribute delete
No virus
170 Bytes
import whisper_processor
# try:/
result = whisper_processor.process_audio("down_aud.wav", "ggml-model")
print(result)
# except Exception as e:
# print(f"Error: {e}")