Spaces:
Runtime error
Runtime error
Hugo Flores Garcia commited on
Commit ·
b1581a7
1
Parent(s): 49febdc
wavebeat
Browse files
app.py
CHANGED
|
@@ -22,6 +22,7 @@ interface = Interface(
|
|
| 22 |
coarse_ckpt="./models/vampnet/coarse.pth",
|
| 23 |
coarse2fine_ckpt="./models/vampnet/c2f.pth",
|
| 24 |
codec_ckpt="./models/vampnet/codec.pth",
|
|
|
|
| 25 |
device="cuda" if torch.cuda.is_available() else "cpu",
|
| 26 |
)
|
| 27 |
|
|
|
|
| 22 |
coarse_ckpt="./models/vampnet/coarse.pth",
|
| 23 |
coarse2fine_ckpt="./models/vampnet/c2f.pth",
|
| 24 |
codec_ckpt="./models/vampnet/codec.pth",
|
| 25 |
+
wavebeat_ckpt="./models/wavebeat.pth",
|
| 26 |
device="cuda" if torch.cuda.is_available() else "cpu",
|
| 27 |
)
|
| 28 |
|