nightfury commited on
Commit
a268e4b
·
verified ·
1 Parent(s): b70f195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ pipe.to("cuda")
22
 
23
  max_64_bit_int = 2**63 - 1
24
 
25
- @spaces.GPU(duration=120)
26
  def sample(
27
  image: Image,
28
  seed: Optional[int] = 42,
 
22
 
23
  max_64_bit_int = 2**63 - 1
24
 
25
+ #@spaces.GPU(duration=120)
26
  def sample(
27
  image: Image,
28
  seed: Optional[int] = 42,