cakemus commited on
Commit
ef2375d
·
1 Parent(s): cef3347

increase gpu limit

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