Spaces:
Runtime error
Runtime error
title: NRTK-Gradio | |
emoji: 📷 | |
colorFrom: blue | |
colorTo: green | |
sdk: gradio | |
sdk_version: 4.13.0 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
# NRTK-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. | |
```bash | |
pip install "gradio>=4.0.0" | |
pip install -r requirements.txt | |
python app.py | |
``` | |
[Check out NRTK on GitHub!](https://github.com/Kitware/nrtk) | |