doevent commited on
Commit
c570ee5
·
verified ·
1 Parent(s): ef26fb6

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=30)
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=40)
24
  def infer(
25
  prompt,
26
  negative_prompt="",