Sharmaboy commited on
Commit
f79cb3a
·
verified ·
1 Parent(s): deeef1e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Use a pipeline as a high-level helper
2
+ from transformers import pipeline
3
+
4
+ pipe = pipeline("automatic-speech-recognition", model="Mustafaa4a/ASR-Somali")