Merge pull request #66 from HepoH3/patch-1

Fix typo in README.md
This commit is contained in:
dscripka 2023-10-21 12:19:25 -04:00 committed by GitHub
commit 19d59519ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ openWakeWord is an open-source wakeword library that can be used to create voice
# Demo
You can try an online demo of the included pre-trained models via HuggingFace Spaces [right here!](https://huggingface.co/spaces/davidscripka/openWakeWord).
You can try an online demo of the included pre-trained models via HuggingFace Spaces [right here](https://huggingface.co/spaces/davidscripka/openWakeWord)!
Note that real-time detection of a microphone stream can occasionally behave strangely in Spaces. For the most reliable testing, perform a local installation as described below.