doevent commited on
Commit
5802b48
·
verified ·
1 Parent(s): 9a4c1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ pipe = pipe.to(device)
20
  MAX_SEED = np.iinfo(np.int32).max
21
  MAX_IMAGE_SIZE = 2048
22
 
23
- @spaces.GPU(duration=20)
24
  def infer(
25
  prompt,
26
  negative_prompt="",
 
20
  MAX_SEED = np.iinfo(np.int32).max
21
  MAX_IMAGE_SIZE = 2048
22
 
23
+ @spaces.GPU(duration=25)
24
  def infer(
25
  prompt,
26
  negative_prompt="",