mosesdaudu commited on
Commit
f13967b
1 Parent(s): d5280af

Upload test_whisper_processor.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. test_whisper_processor.py +7 -0
test_whisper_processor.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import whisper_processor
2
+
3
+ # try:/
4
+ result = whisper_processor.process_audio("down_aud.wav", "ggml-model")
5
+ print(result)
6
+ # except Exception as e:
7
+ # print(f"Error: {e}")