Niral Patel commited on
Commit
645434b
·
1 Parent(s): 6e1a9b7

change in model config

Browse files
Files changed (1) hide show
  1. test.py +1 -0
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)