Commit
•
c4dc2cc
1
Parent(s):
2dc45b7
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ used to load pre-trained weights and generate text-conditional audio outputs:
|
|
41 |
from diffusers import AudioLDMPipeline
|
42 |
import torch
|
43 |
|
44 |
-
repo_id = "
|
45 |
pipe = AudioLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float16)
|
46 |
pipe = pipe.to("cuda")
|
47 |
|
|
|
41 |
from diffusers import AudioLDMPipeline
|
42 |
import torch
|
43 |
|
44 |
+
repo_id = "cvssp/audioldm"
|
45 |
pipe = AudioLDMPipeline.from_pretrained(repo_id, torch_dtype=torch.float16)
|
46 |
pipe = pipe.to("cuda")
|
47 |
|