Spaces:
Running
Running
back to gpu
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ pipe.enable_model_cpu_offload()
|
|
32 |
canny = CannyDetector()
|
33 |
|
34 |
|
35 |
-
|
36 |
def inpaint(
|
37 |
image,
|
38 |
mask,
|
|
|
32 |
canny = CannyDetector()
|
33 |
|
34 |
|
35 |
+
@spaces.GPU(duration=160)
|
36 |
def inpaint(
|
37 |
image,
|
38 |
mask,
|