Update README.md

This commit is contained in:
Qing 2024-03-04 09:29:47 +08:00 committed by GitHub
parent f1cf278d19
commit 9803718b0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,8 +112,9 @@ Start front-end development environment
npm run dev npm run dev
``` ```
Start back-end service Install back-end requirements and start back-end service
```bash ```bash
pip install -r requirements.txt
python3 main.py --model lama python3 main.py --model lama
``` ```