Spaces:
Running
on
Zero
Running
on
Zero
Too short to generate a image. (#7)
Browse files- Too short to generate a image. (0c979636c6d6af93994e2920a70eabb342c853b5)
Co-authored-by: Yasunori Ozaki <[email protected]>
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=" ",
|