DatSplit commited on
Commit
eaeba97
·
verified ·
1 Parent(s): 9916d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -51,7 +51,6 @@ def draw_predictions(boxes, labels, scores, img, score_threshold=0.5):
51
  return imgs_list
52
 
53
 
54
- @spaces.CPU(duration=20)
55
  def inference(image_path, model_name, bbox_threshold):
56
  transforms = T.Compose([
57
  T.SquareResize([1120]),
 
51
  return imgs_list
52
 
53
 
 
54
  def inference(image_path, model_name, bbox_threshold):
55
  transforms = T.Compose([
56
  T.SquareResize([1120]),