Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -211,10 +211,10 @@ This is a naive example of performing real-time inference on audio from your mic
|
|
| 211 |
The `stream` tool samples the audio every 3 seconds and runs the transcription continously. More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
|
| 212 |
|
| 213 |
```java
|
| 214 |
-
$ ./stream -m models/ggml-
|
| 215 |
```
|
| 216 |
|
| 217 |
-
https://user-images.githubusercontent.com/1991296/
|
| 218 |
|
| 219 |
## Implementation details
|
| 220 |
|
|
|
|
| 211 |
The `stream` tool samples the audio every 3 seconds and runs the transcription continously. More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
|
| 212 |
|
| 213 |
```java
|
| 214 |
+
$ ./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
|
| 215 |
```
|
| 216 |
|
| 217 |
+
https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a80f-28ba83be7d09.mp4
|
| 218 |
|
| 219 |
## Implementation details
|
| 220 |
|