diff --git a/README.md b/README.md index 8c2e8750..1cb7b72b 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,11 @@ pip install --upgrade torch torchvision torchaudio --index-url https://download. - `webrtcvad-wheels`: Detección de voz activa (VAD). - `torch`, `torchaudio`: Backend de redes neuronales y audio. +--- + +## Ejemplo para iniciar el server + +Dentro de minimal_server +```bash +python -m server.stt_server --model large-v2 --rt-model tiny --initial_prompt='' +``` \ No newline at end of file