m7mdal7aj commited on
Commit
ac24c8e
·
verified ·
1 Parent(s): 16d1f50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -13,11 +13,10 @@ 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
-
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 run 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 how to use each module and its correcponding classes and functions.
21
 
22
  Below is the overall file structure of the project:
23
 
 
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.
20
 
21
  Below is the overall file structure of the project:
22