Skip to content

Commit 7f3a73c

Browse files
fix: setup and readme
1 parent 7819a15 commit 7f3a73c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sample = model.sample(
7676
```
7777

7878
### Diffusion Upsampler
79-
Upsample audio from a lower sample rate to higher sample rate using diffusion, e.g. 3kHz to 48kHz:
79+
Upsample audio from a lower sample rate to higher sample rate using diffusion, e.g. 3kHz to 48kHz.
8080
```py
8181
from audio_diffusion_pytorch import DiffusionUpsampler, UNetV0, VDiffusion, VSampler
8282

@@ -102,7 +102,7 @@ sample = upsampler.sample(downsampled_audio, num_steps=10) # Output has shape: [
102102
```
103103

104104
### Diffusion Vocoder
105-
Convert a mel-spectrogram to wavefrom using diffusion:
105+
Convert a mel-spectrogram to wavefrom using diffusion.
106106
```py
107107
from audio_diffusion_pytorch import DiffusionVocoder, UNetV0, VDiffusion, VSampler
108108

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"torchaudio",
1818
"data-science-types>=0.2",
1919
"einops>=0.6",
20-
"einops-exts>=0.0.3",
2120
"a-unet",
2221
],
2322
classifiers=[

0 commit comments

Comments
 (0)