jannisborn
feat: Initial RT app
8b150bd
|
raw
history blame
363 Bytes
# gt4sd-apps
Web apps of GT4SD models powered via gradio.
## Installation
1. Install `gt4sd` from [https://github.com/GT4SD/gt4sd-core](`gt4sd-core`).
2. Install requirements in env:
```sh
conda activate gt4sd
pip install -r requirements.txt
```
3. Run a demo on a localhost:
```sh
python apps/algorithms/conditional_generation/regression_transformer/app.py
```