diff options
author | Marvin <115476150+Fubge@users.noreply.github.com> | 2023-04-28 08:54:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 08:54:40 +0200 |
commit | 6719bee133ce8202129e19aa2c728259206684b7 (patch) | |
tree | 9f297c185847e27f6017fd5cc3d9b634cc750552 /README.md | |
parent | Update README.md (diff) | |
download | gpt4free-6719bee133ce8202129e19aa2c728259206684b7.tar gpt4free-6719bee133ce8202129e19aa2c728259206684b7.tar.gz gpt4free-6719bee133ce8202129e19aa2c728259206684b7.tar.bz2 gpt4free-6719bee133ce8202129e19aa2c728259206684b7.tar.lz gpt4free-6719bee133ce8202129e19aa2c728259206684b7.tar.xz gpt4free-6719bee133ce8202129e19aa2c728259206684b7.tar.zst gpt4free-6719bee133ce8202129e19aa2c728259206684b7.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |