HBDing commited on
Commit
23b2908
·
1 Parent(s): 9a25740
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ example_annotation = {
17
  "boxes": [],
18
  }
19
 
 
20
  def get_boxes_json(annotations):
21
  print(annotations)
22
  image = annotations["image"]
 
17
  "boxes": [],
18
  }
19
 
20
+ @spaces.GPU
21
  def get_boxes_json(annotations):
22
  print(annotations)
23
  image = annotations["image"]