ysharma HF staff commited on
Commit
9ed464f
1 Parent(s): 2ad9d00

Adjust the duration parameter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ examples = [
22
 
23
  model = setup_model()
24
 
25
- @spaces.GPU(duration=120)
26
  def gradio_main_fn(prompt, lora_model, lora_rank, seed, height, width, unconditional_guidance_scale, ddim_steps, ddim_eta,
27
  frames, savefps):
28
  global model
 
22
 
23
  model = setup_model()
24
 
25
+ @spaces.GPU(duration=180)
26
  def gradio_main_fn(prompt, lora_model, lora_rank, seed, height, width, unconditional_guidance_scale, ddim_steps, ddim_eta,
27
  frames, savefps):
28
  global model