Bump Gradio and pyworld version

This commit is contained in:
litagin
2023-07-21 21:17:54 +09:00
parent f07b78f046
commit 4df5b53437
3 changed files with 20 additions and 9 deletions

View File

@@ -61,6 +61,14 @@ venv\Scripts\activate
python app.py
```
## Update
```bash
git pull
venv\Scripts\activate
pip install -r requirements.txt --upgrade
```
## Troubleshooting
```