Culda commited on
Commit
f06771e
·
1 Parent(s): 5d0d515
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ pipe.enable_model_cpu_offload()
32
  canny = CannyDetector()
33
 
34
 
35
- @spaces.GPU(duration=160)
36
  def inpaint(
37
  image,
38
  mask,
 
32
  canny = CannyDetector()
33
 
34
 
35
+ # @spaces.GPU(duration=160)
36
  def inpaint(
37
  image,
38
  mask,