increase gpu limit
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ pipe.to("cuda")
|
|
30 |
|
31 |
max_64_bit_int = 2**63 - 1
|
32 |
|
33 |
-
@spaces.GPU(duration=
|
34 |
def sample(
|
35 |
image: Image,
|
36 |
seed: Optional[int] = 42,
|
|
|
30 |
|
31 |
max_64_bit_int = 2**63 - 1
|
32 |
|
33 |
+
@spaces.GPU(duration=250)
|
34 |
def sample(
|
35 |
image: Image,
|
36 |
seed: Optional[int] = 42,
|