Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ license: apache-2.0
|
|
13 |
|
14 |
# Demonstration Environment
|
15 |
The project demo app can be accessed from the developed [HF Space](https://huggingface.co/spaces/m7mdal7aj/KB-VQA), and the entire code can be accessed from [here](https://huggingface.co/spaces/m7mdal7aj/KB-VQA/tree/main).
|
16 |
-
To run the demo app locally, from the root of the local code repository run
|
17 |
|
18 |
## Project File Structure
|
19 |
Each main python module of the project is extensively documented to guide the reader on what the module is and how to use its correcponding classes and functions.
|
|
|
13 |
|
14 |
# Demonstration Environment
|
15 |
The project demo app can be accessed from the developed [HF Space](https://huggingface.co/spaces/m7mdal7aj/KB-VQA), and the entire code can be accessed from [here](https://huggingface.co/spaces/m7mdal7aj/KB-VQA/tree/main).
|
16 |
+
To run the demo app locally, from the root of the local code repository run <pre>streamlit run app.py</pre>. This will run the whole app. However, to run the <pre>Run Inference Tool</pre>, a GPU is required.
|
17 |
|
18 |
## Project File Structure
|
19 |
Each main python module of the project is extensively documented to guide the reader on what the module is and how to use its correcponding classes and functions.
|