NRTK-Gradio / README.md
emilyveenhuis's picture
gitignore and README updates
3416608 verified

A newer version of the Gradio SDK is available: 5.6.0

Upgrade
metadata
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.

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

Check out NRTK on GitHub!