CoolFace
Apppublic

bradarrML/diffuse-the-rest

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes
README.md22 linesDownload Raw Back to root
1---2title: Diffuse The Rest3emoji: 🦉4colorFrom: indigo5colorTo: green6sdk: static7pinned: false8app_file: build/index.html9duplicated_from: huggingface-projects/diffuse-the-rest10---11 12# Diffuse The Rest13 14To develop locally:15 16```17git clone https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest18cd diffuse-the-rest19npm ci20NODE_ENV="development" npm run dev -- --open21```22