File size: 846 Bytes
f15fe03
86183be
af2b277
 
 
f15fe03
5defe06
f15fe03
 
 
 
 
ad158d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: XAITK-Gradio
emoji: 🕵️‍♂️
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 4.7.1
app_file: app.py
pinned: false
license: other
---

# XAITK-Gradio

For `gradio` configuration, check out the configuration reference at
https://huggingface.co/docs/hub/spaces-config-reference

To run locally, clone repository and install `gradio>=4.0.0` and `requirements.txt` in a Python>=3.8 environment. Run
`python app.py` to launch the app. For development purposes, it may be helpful to instead run `gradio app.py` to launch
the app in hot reload mode.

Note: A stable internet connection is required to download the models and test image included in this demo.

```bash
pip install "gradio>=4.0.0"
pip install -r requirements.txt
python app.py
```

[Check out XAITK-Saliency on GitHub!](https://github.com/XAITK/xaitk-saliency)