File size: 385 Bytes
b66502a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Diffuse The Rest
emoji: 🦉
colorFrom: indigo
colorTo: green
sdk: static
pinned: false
app_file: build/index.html
duplicated_from: huggingface-projects/diffuse-the-rest
---

# 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
```