kevinwang676 commited on
Commit
dcbdb00
·
verified ·
1 Parent(s): 3c7d130

Update inference/m4singer/base_svs_infer.py

Browse files
inference/m4singer/base_svs_infer.py CHANGED
@@ -229,7 +229,6 @@ class BaseSVSInfer:
229
  }
230
  return batch
231
 
232
- @spaces.GPU(duration=6)
233
  def postprocess_output(self, output):
234
  return output
235
 
 
229
  }
230
  return batch
231
 
 
232
  def postprocess_output(self, output):
233
  return output
234