Skip to content

Commit 854f84d

Browse files
authored
Fix Typo
1 parent 2918214 commit 854f84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ loss.backward() # Do this many times
8484

8585
#### Sampling
8686
```python
87-
from audio_diffusion_pytorch import DiffusionSampler, KerrasSchedule
87+
from audio_diffusion_pytorch import DiffusionSampler, KarrasSchedule
8888

8989
sampler = DiffusionSampler(
9090
diffusion,

0 commit comments

Comments
 (0)