From 9600eeaf437dd681abc28ec06ad73ee525e274eb Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 18 Apr 2026 14:24:25 +0200 Subject: [PATCH] Update Quick Start instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d60ec61..14955c18 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ uv sync Try OmniVoice without coding: -- Launch the local web UI: `omnivoice-demo --ip 0.0.0.0 --port 8001` +- Launch the local web UI: `omnivoice-demo --ip 0.0.0.0 --port 8001` or if you used `uv`, run `uv run omnivoice-demo --ip 0.0.0.0 --port 8001` and open `http://localhost:8001` in your browser. - Or try it directly on [HuggingFace Space](https://huggingface.co/spaces/k2-fsa/OmniVoice)