Sharfraz commited on
Commit
3c14e97
·
verified ·
1 Parent(s): 9704c83

Create pytorch3

Browse files
Files changed (1) hide show
  1. pytorch3 +3 -0
pytorch3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from transformers import pipeline
2
+
3
+ whisper_model = pipeline("automatic-speech-recognition", model="openai/whisper-small", framework="pt")