Aatricks commited on
Commit
f83908e
·
verified ·
1 Parent(s): 1329d8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def load_generated_images():
41
  return batch_images
42
 
43
 
44
- @spaces.GPU(duration=300)
45
  def generate_images(
46
  prompt: str,
47
  width: int = 512,
 
41
  return batch_images
42
 
43
 
44
+ @spaces.GPU(duration=120)
45
  def generate_images(
46
  prompt: str,
47
  width: int = 512,