Uhhy commited on
Commit
0437f84
·
verified ·
1 Parent(s): 8e158e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ pipe.to("cuda")
26
 
27
  max_64_bit_int = 2**63 - 1
28
 
29
- @spaces.GPU(duration=120)
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,