mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 08:51:01 +00:00
Fix a typo
This commit is contained in:
parent
fd09b2a392
commit
413de6248d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 80
|
|||
|
||||
```bash
|
||||
# Client
|
||||
poetry run python -m whisper_streaming.websocket_client --host ADDRES_OF_HOST --port 8000
|
||||
poetry run python -m whisper_streaming.websocket_client --host ADDRESS_OF_HOST --port 8000
|
||||
```
|
||||
|
||||
## Tips
|
||||
|
|
Loading…
Reference in a new issue