Spaces:
Running
on
Zero
Running
on
Zero
test to higher up duration from 120 to 180s
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
import gc # free up memory
|
6 |
|
7 |
|
8 |
-
@spaces.GPU(duration=
|
9 |
def inference(audio_file, model_name, guidance_scale, ddim_steps, seed):
|
10 |
audiosr = build_model(model_name=model_name)
|
11 |
|
|
|
5 |
import gc # free up memory
|
6 |
|
7 |
|
8 |
+
@spaces.GPU(duration=180)
|
9 |
def inference(audio_file, model_name, guidance_scale, ddim_steps, seed):
|
10 |
audiosr = build_model(model_name=model_name)
|
11 |
|