Spaces:
Running
Running
Commit
·
8918c2e
1
Parent(s):
fd665d1
debug zerogpu
Browse files
model.py
CHANGED
@@ -131,6 +131,7 @@ class Model:
|
|
131 |
image=control_image,
|
132 |
).images
|
133 |
|
|
|
134 |
@torch.inference_mode()
|
135 |
def process_canny(
|
136 |
self,
|
|
|
131 |
image=control_image,
|
132 |
).images
|
133 |
|
134 |
+
@spaces.GPU #[uncomment to use ZeroGPU]
|
135 |
@torch.inference_mode()
|
136 |
def process_canny(
|
137 |
self,
|