Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ pipe = pipe.to(device)
|
|
20 |
MAX_SEED = np.iinfo(np.int32).max
|
21 |
MAX_IMAGE_SIZE = 2048
|
22 |
|
23 |
-
@spaces.GPU(duration=
|
24 |
def infer(
|
25 |
prompt,
|
26 |
negative_prompt="",
|
|
|
20 |
MAX_SEED = np.iinfo(np.int32).max
|
21 |
MAX_IMAGE_SIZE = 2048
|
22 |
|
23 |
+
@spaces.GPU(duration=25)
|
24 |
def infer(
|
25 |
prompt,
|
26 |
negative_prompt="",
|