dginovker commited on
Commit
f90daec
·
verified ·
1 Parent(s): bc64302

1000 duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ SAMPLER_MAP = {
83
  "DEIS": lambda config: DEISMultistepScheduler.from_config(config),
84
  }
85
 
86
- @spaces.GPU(duration=1500)
87
  def inference(
88
  qr_code_content: str,
89
  prompt: str,
 
83
  "DEIS": lambda config: DEISMultistepScheduler.from_config(config),
84
  }
85
 
86
+ @spaces.GPU(duration=1000)
87
  def inference(
88
  qr_code_content: str,
89
  prompt: str,