Spaces:
Building
on
Zero
Building
on
Zero
Too short to generate a image.
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def get_image_size(aspect_ratio):
|
|
31 |
else:
|
32 |
return 1328, 1328
|
33 |
|
34 |
-
@spaces.GPU(duration=
|
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=" ",
|