Spaces:
Running
Running
add more time to zero gpu
Browse files
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,
|