From c02eb6c71dd7ae29c5f4c94c5c04f03677e955ca Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Tue, 25 Apr 2023 10:16:05 +0100 Subject: gui folder --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 08860dfa..f86c47eb 100644 --- a/README.md +++ b/README.md @@ -68,15 +68,16 @@ By the way, thank you so much for `2k` stars and all the support!! - only stable api at the moment ( for gpt-3.5, gpt-4 is dead) ## Install -- 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 -To start gpt4free GUI run the following command : -`streamlit run streamlit_app.py` +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 Build -- cgit v1.2.3