Niral Patel
commited on
Commit
·
645434b
1
Parent(s):
6e1a9b7
change in model config
Browse files
test.py
CHANGED
@@ -19,4 +19,5 @@ model = AutoModel.from_pretrained("niral-env/youtube_spleeter", trust_remote_cod
|
|
19 |
print(model)
|
20 |
result = model.forward("vocals.wav")
|
21 |
|
|
|
22 |
print(result)
|
|
|
19 |
print(model)
|
20 |
result = model.forward("vocals.wav")
|
21 |
|
22 |
+
|
23 |
print(result)
|