Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ The project demo app can be accessed from the developed [**KB-VQA HF Space**](ht
|
|
17 |
To run the demo app locally, from the root of the local code repository run `streamlit run app.py`. This will run the whole app. However, to use the **Run Inference Tool**, a GPU is required.
|
18 |
|
19 |
## Project File Structure
|
20 |
-
Each main python module of the project is extensively documented to guide the reader on what the module role is and how to use it along with its
|
21 |
|
22 |
Below is the overall file structure of the project:
|
23 |
|
|
|
17 |
To run the demo app locally, from the root of the local code repository run `streamlit run app.py`. This will run the whole app. However, to use the **Run Inference Tool**, a GPU is required.
|
18 |
|
19 |
## Project File Structure
|
20 |
+
Each main python module of the project is extensively documented to guide the reader on what the module role is and how to use it along with its corresponding classes and functions.
|
21 |
|
22 |
Below is the overall file structure of the project:
|
23 |
|