Nick088 commited on
Commit
0f27cb6
1 Parent(s): e6153d1

test to higher up duration from 120 to 180s

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  import gc # free up memory
6
 
7
 
8
- @spaces.GPU(duration=120)
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