jingyangcarl commited on
Commit
8918c2e
·
1 Parent(s): fd665d1

debug zerogpu

Browse files
Files changed (1) hide show
  1. model.py +1 -0
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,