Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ pipe = pipeline(
|
|
| 24 |
device="cuda",
|
| 25 |
)
|
| 26 |
|
| 27 |
-
audio_path =
|
| 28 |
result = pipe(audio_path)
|
| 29 |
print(result)
|
| 30 |
```
|
|
|
|
| 24 |
device="cuda",
|
| 25 |
)
|
| 26 |
|
| 27 |
+
audio_path = "path/to/audio.wav"
|
| 28 |
result = pipe(audio_path)
|
| 29 |
print(result)
|
| 30 |
```
|