Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
| 51 |
MAX_IMAGE_SIZE = 1536
|
| 52 |
|
| 53 |
# Increase maximum duration for people who want to make large images
|
| 54 |
-
@spaces.GPU(duration=
|
| 55 |
def infer(
|
| 56 |
prompt,
|
| 57 |
negative_prompt="",
|
|
|
|
| 51 |
MAX_IMAGE_SIZE = 1536
|
| 52 |
|
| 53 |
# Increase maximum duration for people who want to make large images
|
| 54 |
+
@spaces.GPU(duration=90)
|
| 55 |
def infer(
|
| 56 |
prompt,
|
| 57 |
negative_prompt="",
|