Spaces:
Runtime error
Runtime error
add to huggingface spaces
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# audio-diffusion
|
2 |
|
3 |
### Apply [Denoising Diffusion Probabilistic Models](https://arxiv.org/abs/2006.11239) using the new Hugging Face [diffusers](https://github.com/huggingface/diffusers) package to synthesize music instead of images.
|
@@ -80,3 +92,18 @@ accelerate launch --config_file accelerate_sagemaker.yaml \
|
|
80 |
--lr_warmup_steps 500 \
|
81 |
--mixed_precision no
|
82 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Audio Diffusion
|
3 |
+
emoji: π
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.1.4
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: gpl-3.0
|
11 |
+
---
|
12 |
+
|
13 |
# audio-diffusion
|
14 |
|
15 |
### Apply [Denoising Diffusion Probabilistic Models](https://arxiv.org/abs/2006.11239) using the new Hugging Face [diffusers](https://github.com/huggingface/diffusers) package to synthesize music instead of images.
|
|
|
92 |
--lr_warmup_steps 500 \
|
93 |
--mixed_precision no
|
94 |
```
|
95 |
+
=======
|
96 |
+
---
|
97 |
+
title: Audio Diffusion
|
98 |
+
emoji: π
|
99 |
+
colorFrom: pink
|
100 |
+
colorTo: blue
|
101 |
+
sdk: gradio
|
102 |
+
sdk_version: 3.1.4
|
103 |
+
app_file: app.py
|
104 |
+
pinned: false
|
105 |
+
license: gpl-3.0
|
106 |
+
---
|
107 |
+
|
108 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
109 |
+
>>>>>>> 76320e6ba1ee26f1d98e3cfb63cc5c057b823319
|