littlebird13 alfredplpl commited on
Commit
89dd5cd
·
verified ·
1 Parent(s): 3d84811

Too short to generate a image. (#7)

Browse files

- Too short to generate a image. (0c979636c6d6af93994e2920a70eabb342c853b5)


Co-authored-by: Yasunori Ozaki <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def get_image_size(aspect_ratio):
31
  else:
32
  return 1328, 1328
33
 
34
- @spaces.GPU(duration=65)
35
  def infer(
36
  prompt,
37
  negative_prompt=" ",
 
31
  else:
32
  return 1328, 1328
33
 
34
+ @spaces.GPU(duration=120)
35
  def infer(
36
  prompt,
37
  negative_prompt=" ",