Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ pipe.to("cuda")
|
|
| 26 |
|
| 27 |
max_64_bit_int = 2**63 - 1
|
| 28 |
|
| 29 |
-
@spaces.GPU(
|
| 30 |
def sample(
|
| 31 |
image: Image,
|
| 32 |
seed: Optional[int] = 42,
|
|
|
|
| 26 |
|
| 27 |
max_64_bit_int = 2**63 - 1
|
| 28 |
|
| 29 |
+
@spaces.GPU(queue=False)
|
| 30 |
def sample(
|
| 31 |
image: Image,
|
| 32 |
seed: Optional[int] = 42,
|