hilamanor commited on
Commit
c5c715d
1 Parent(s): fc577e0

add more time to zero gpu

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def sample(ldm_stable, zs, wts, steps, prompt_tar, tstart, cfg_scale_tar): # ,
73
 
74
  return (16000, audio.squeeze().cpu().numpy())
75
 
76
- @spaces.GPU
77
  def edit(
78
  # cache_dir,
79
  input_audio,
 
73
 
74
  return (16000, audio.squeeze().cpu().numpy())
75
 
76
+ @spaces.GPU(duration=200)
77
  def edit(
78
  # cache_dir,
79
  input_audio,