Skip to content

Commit 20e8753

Browse files
committed
fixed speech recognition README.md
1 parent b6526cd commit 20e8753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: machine-learning/speech-recognition/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To run this:
33
- `pip3 install -r requirements.txt`
44
- To recognize the text of an audio file named `16-122828-0002.wav`:
55
```
6-
python recognizer;py 16-122828-0002.wav
6+
python recognizer.py 16-122828-0002.wav
77
```
88
**Output**:
99
```

0 commit comments

Comments
 (0)