From a183bbea5eed58ea20da95e9ecc2d028937713d1 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 3 Sep 2025 23:37:35 +0200 Subject: [PATCH] chore: update usage readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ca28b..b28504e 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,16 @@ If using Intel XPUs, set the env variables $ . env.sh ``` -To run the program it needs an input file using the flag `--input`. +Running the program without arguments will use the demo text `tongue-twister.txt` with the default voice. ```bash -$ python tts.py --input demo/tongue-twister.txt --voice asmr +$ python tts.py # will use default arguments +``` + +To run the program with an input file, use flag `--input`. + +```bash +$ python tts.py --input demo/tongue-twister.txt ``` ### Voices