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