Update README.md
Browse files
README.md
CHANGED
|
@@ -119,7 +119,7 @@ pipe = pipeline(
|
|
| 119 |
)
|
| 120 |
|
| 121 |
result = pipe("path/to/audio.wav")
|
| 122 |
-
print(result["text"])
|
| 123 |
```
|
| 124 |
|
| 125 |
---
|
|
|
|
| 119 |
)
|
| 120 |
|
| 121 |
result = pipe("path/to/audio.wav")
|
| 122 |
+
print(result["text"])
|
| 123 |
```
|
| 124 |
|
| 125 |
---
|