Spaces:
Runtime error
Runtime error
mrolando
commited on
Commit
•
44c548d
1
Parent(s):
0592ce5
changed model
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ else:
|
|
14 |
device = "cpu"
|
15 |
torch_dtype = torch.float32
|
16 |
print(device)
|
17 |
-
repo_id = "cvssp/audioldm-
|
18 |
pipe = AudioLDMPipeline.from_pretrained(repo_id, torch_dtype=torch_dtype)
|
19 |
pipe = pipe.to(device)
|
20 |
# pipe.unet = torch.compile(pipe.unet)
|
|
|
14 |
device = "cpu"
|
15 |
torch_dtype = torch.float32
|
16 |
print(device)
|
17 |
+
repo_id = "cvssp/audioldm-s-full-v2"
|
18 |
pipe = AudioLDMPipeline.from_pretrained(repo_id, torch_dtype=torch_dtype)
|
19 |
pipe = pipe.to(device)
|
20 |
# pipe.unet = torch.compile(pipe.unet)
|