multimodalart HF Staff commited on
Commit
b9819b6
·
verified ·
1 Parent(s): e050a10

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def _align_hop(waveform: torch.Tensor, sr: int):
66
  return waveform[..., : frames * DAV_HOP]
67
 
68
 
69
- @spaces.GPU(duration=120)
70
  def refine(
71
  audio_path: str,
72
  steps: int = 32,
 
66
  return waveform[..., : frames * DAV_HOP]
67
 
68
 
69
+ @spaces.GPU(duration=45)
70
  def refine(
71
  audio_path: str,
72
  steps: int = 32,