m7mdal7aj commited on
Commit
4e3b97e
·
verified ·
1 Parent(s): ac24c8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `streamlit run app.py`. This will run the whole app. However, to run the `Run Inference Tool`, 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.
 
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.