Update README.md

This commit is contained in:
Sebastian Raschka 2025-09-03 12:41:32 -05:00 committed by GitHub
parent 590d8489d0
commit 9bfa92fb3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ To implement this user interface, we use the open-source [Chainlit Python packag
First, we install the `chainlit` package and dependencies from the [requirements-extra.txt](requirements-extra.txt) list via
```bash
pip install install -r requirements-extra.txt
pip install -r requirements-extra.txt
```
Or, if you are using `uv`:
@ -52,4 +52,4 @@ or, if you are using `uv`:
uv run chainlit run qwen3-chat-interface.py
```
Running one of the commands above should open a new browser tab where you can interact with the model. If the browser tab does not open automatically, inspect the terminal command and copy the local address into your browser address bar (usually, the address is `http://localhost:8000`).
Running one of the commands above should open a new browser tab where you can interact with the model. If the browser tab does not open automatically, inspect the terminal command and copy the local address into your browser address bar (usually, the address is `http://localhost:8000`).