gokaygokay commited on
Commit
67f2f65
·
verified ·
1 Parent(s): 400f4b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ extras_b.sampling_configs.update({
103
  't_start': 1.0
104
  })
105
 
106
- @spaces.GPU(duration=240)
107
  def generate_images(prompt, height, width, seed, num_images):
108
  torch.manual_seed(seed)
109
  random.seed(seed)
 
103
  't_start': 1.0
104
  })
105
 
106
+ @spaces.GPU(duration=180)
107
  def generate_images(prompt, height, width, seed, num_images):
108
  torch.manual_seed(seed)
109
  random.seed(seed)