Culda commited on
Commit
ae7c4ce
·
1 Parent(s): f06771e

back to gpu

Browse files
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,