Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
a1fdd0e
1
Parent(s):
f300ebc
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ pipe.to("cuda")
|
|
25 |
|
26 |
max_64_bit_int = 2**63 - 1
|
27 |
|
28 |
-
@spaces.GPU
|
29 |
def sample(
|
30 |
image: Image,
|
31 |
seed: Optional[int] = 42,
|
|
|
25 |
|
26 |
max_64_bit_int = 2**63 - 1
|
27 |
|
28 |
+
@spaces.GPU(duration=120)
|
29 |
def sample(
|
30 |
image: Image,
|
31 |
seed: Optional[int] = 42,
|