1
0
Fork 0

Merge pull request #238 from Fubge/patch-1

Update README.md : typo fix
This commit is contained in:
t.me/xtekky 2023-04-28 09:09:41 +01:00 committed by GitHub
commit 99550a44f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,14 +80,14 @@ Please note the following:
- [`/you`](./you/README.md)
## Install <a name="install"></a>
download or clone this GitHub repo
Download or clone this GitHub repo
install requirements with:
```sh
pip3 install -r requirements.txt
```
## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a>
move `streamlit_app.py` from `./gui` to the base folder
Move `streamlit_app.py` from `./gui` to the base folder
then run:
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`