diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-05-02 20:15:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 20:15:59 +0200 |
commit | 506ba16411118d6ba2c7600befe1a8e519ce5428 (patch) | |
tree | a74957affd8eb6a63d60bb946b78749f63b882a8 /README.md | |
parent | Merge pull request #386 from MIDORIBIN/accelerate-forefront (diff) | |
parent | Update README.md (diff) | |
download | gpt4free-506ba16411118d6ba2c7600befe1a8e519ce5428.tar gpt4free-506ba16411118d6ba2c7600befe1a8e519ce5428.tar.gz gpt4free-506ba16411118d6ba2c7600befe1a8e519ce5428.tar.bz2 gpt4free-506ba16411118d6ba2c7600befe1a8e519ce5428.tar.lz gpt4free-506ba16411118d6ba2c7600befe1a8e519ce5428.tar.xz gpt4free-506ba16411118d6ba2c7600befe1a8e519ce5428.tar.zst gpt4free-506ba16411118d6ba2c7600befe1a8e519ce5428.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -133,8 +133,7 @@ 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 -then run: +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` ## Docker <a name="docker-instructions"></a> |