hohonu-vicml commited on
Commit
26a8b55
β€’
1 Parent(s): 8fcb7b8

Update app.py

Browse files

changed to 100sec timeout

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
40
  #pipe.enable_model_cpu_offload()
41
  pipe.to('cuda')
42
 
43
- @spaces.GPU(duration=90)
44
  def core(bundle):
45
  generator = torch.Generator().manual_seed(int(bundle["seed"]))
46
  result = pipe(
 
40
  #pipe.enable_model_cpu_offload()
41
  pipe.to('cuda')
42
 
43
+ @spaces.GPU(duration=100)
44
  def core(bundle):
45
  generator = torch.Generator().manual_seed(int(bundle["seed"]))
46
  result = pipe(