File size: 330 Bytes
f09e28b
 
dbd8874
 
 
f09e28b
 
 
 
 
 
7d0186f
 
 
 
bacc5e2
fb68427
7d0186f
 
b71f89a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Diffuse The Rest
emoji: 🦉
colorFrom: indigo
colorTo: green
sdk: static
pinned: false
app_file: build/index.html
---

# Diffuse The Rest

To develop locally:

```
git clone https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest
cd diffuse-the-rest
npm ci
NODE_ENV="development" npm run dev -- --open
```