barry-ravichandran commited on
Commit
ad158d8
·
1 Parent(s): af2b277

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -10,4 +10,21 @@ pinned: false
10
  license: other
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: other
11
  ---
12
 
13
+ # XAITK-Gradio
14
+
15
+ For `gradio` configuration, check out the configuration reference at
16
+ https://huggingface.co/docs/hub/spaces-config-reference
17
+
18
+ To run locally, clone repository and install `gradio>=4.0.0` and `requirements.txt` in a Python>=3.8 environment. Run
19
+ `python app.py` to launch the app. For development purposes, it may be helpful to instead run `gradio app.py` to launch
20
+ the app in hot reload mode.
21
+
22
+ Note: A stable internet connection is required to download the models and test image included in this demo.
23
+
24
+ ```bash
25
+ pip install "gradio>=4.0.0"
26
+ pip install -r requirements.txt
27
+ python app.py
28
+ ```
29
+
30
+ [Check out XAITK-Saliency on GitHub!](https://github.com/XAITK/xaitk-saliency)