kevinconka commited on
Commit
5bc0786
·
verified ·
1 Parent(s): 12a0f0a

Update model_yolov5.py

Browse files
Files changed (1) hide show
  1. model_yolov5.py +1 -1
model_yolov5.py CHANGED
@@ -12,7 +12,7 @@ def load_model(model_path, img_size=640):
12
  return model
13
 
14
 
15
- @spaces.GPU
16
  def inference(model, image):
17
  """Run inference on image and return annotated image."""
18
  results = model(image, size=model.img_size)
 
12
  return model
13
 
14
 
15
+ # @spaces.GPU
16
  def inference(model, image):
17
  """Run inference on image and return annotated image."""
18
  results = model(image, size=model.img_size)