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

Update app.py

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=1000)
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=500)
87
  def inference(
88
  qr_code_content: str,
89
  prompt: str,