Skip to content

Commit

Permalink
fix: requirements file format and running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 16, 2023
1 parent a2a5478 commit 50f7283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note you can experiment with anternatives models, just update the `MODEL_FILE` a

### Web UI

In order to run Web UI just run `python3 ./web-ui.sh` in the repo folder. This should open Web UI interface in the browser.
In order to run Web UI just run `python3 ./web-ui.py` in the repo folder. This should open Web UI interface in the browser.

### Jupyter Notebook

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langchain==0.0.335
gradio==3.50.2
llama-cpp-python==0.2.18
pypdf=3.17.1
pypdf==3.17.1

0 comments on commit 50f7283

Please sign in to comment.