kgout commited on
Commit
98f73a3
·
verified ·
1 Parent(s): d93b5fd

Update audiosr/pipeline.py

Browse files
Files changed (1) hide show
  1. audiosr/pipeline.py +1 -1
audiosr/pipeline.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  import re
3
-
4
  import yaml
5
  import torch
6
  import torchaudio
 
1
  import os
2
  import re
3
+ import spaces
4
  import yaml
5
  import torch
6
  import torchaudio