owiedotch commited on
Commit
5418f56
1 Parent(s): 132bcb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ except Exception as e:
18
  torch_device = torch.device("cpu")
19
 
20
  # Load the AGC model
21
- @spaces.GPU(duration=180)
22
  def load_agc_model():
23
  return AGC.from_pretrained("Audiogen/agc-continuous").to(torch_device)
24
 
 
18
  torch_device = torch.device("cpu")
19
 
20
  # Load the AGC model
 
21
  def load_agc_model():
22
  return AGC.from_pretrained("Audiogen/agc-continuous").to(torch_device)
23