Spaces:
Running
Running
File size: 117 Bytes
c80d17a |
1 2 3 4 5 6 7 |
package whisper_test
const (
ModelPath = "../../models/ggml-small.en.bin"
SamplePath = "../../samples/jfk.wav"
)
|