Spaces:
Running
Running
File size: 363 Bytes
8b150bd 3a8c428 8b150bd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# 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
```
|