multimodalart HF staff commited on
Commit
a1fdd0e
1 Parent(s): f300ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,