benjamin-paine commited on
Commit
95f8c36
·
verified ·
1 Parent(s): f35edf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -50,8 +50,7 @@ pipe.to(device, torch_dtype)
50
  MAX_SEED = np.iinfo(np.int32).max
51
  MAX_IMAGE_SIZE = 1536
52
 
53
- # Increase maximum duration for people who want to make large images
54
- @spaces.GPU(duration=90)
55
  def infer(
56
  prompt,
57
  negative_prompt="",
 
50
  MAX_SEED = np.iinfo(np.int32).max
51
  MAX_IMAGE_SIZE = 1536
52
 
53
+ @spaces.GPU(duration=60)
 
54
  def infer(
55
  prompt,
56
  negative_prompt="",