m7mdal7aj commited on
Commit
778df6c
1 Parent(s): 4e3b97e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -10,13 +10,14 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
 
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.
20
 
21
  Below is the overall file structure of the project:
22
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ ------
14
 
15
  # Demonstration Environment
16
+ The project demo app can be accessed from the developed [**KB-VQA 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).
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 correcponding classes and functions.
21
 
22
  Below is the overall file structure of the project:
23