Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ You can use this model in your projects with the following code:
|
|
35 |
from espnet2.bin.s2t_inference import Speech2Text
|
36 |
|
37 |
model = Speech2Text.from_pretrained(
|
38 |
-
"espnet/
|
39 |
)
|
40 |
|
41 |
speech, rate = soundfile.read("speech.wav")
|
|
|
35 |
from espnet2.bin.s2t_inference import Speech2Text
|
36 |
|
37 |
model = Speech2Text.from_pretrained(
|
38 |
+
"espnet/owls_4B_180K"
|
39 |
)
|
40 |
|
41 |
speech, rate = soundfile.read("speech.wav")
|