ASesYusuf1 commited on
Commit
c75c827
·
verified ·
1 Parent(s): 8d2ebb5

Update Apollo/inference.py

Browse files
Files changed (1) hide show
  1. Apollo/inference.py +0 -1
Apollo/inference.py CHANGED
@@ -44,7 +44,6 @@ def dBgain(audio, volume_gain_dB):
44
  gained_audio = audio * gain
45
  return gained_audio
46
 
47
- @spaces.GPU(duration=60)
48
  def main(input_wav, output_wav, ckpt_path):
49
  os.environ['CUDA_VISIBLE_DEVICES'] = "0"
50
 
 
44
  gained_audio = audio * gain
45
  return gained_audio
46
 
 
47
  def main(input_wav, output_wav, ckpt_path):
48
  os.environ['CUDA_VISIBLE_DEVICES'] = "0"
49