Harshithtd commited on
Commit
409bde7
·
verified ·
1 Parent(s): 280baf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ def annotate_image(
28
  output_image = LABEL_ANNOTATOR.annotate(output_image, detections, labels=labels)
29
  return output_image
30
 
31
- @spaces.GPU
32
  def process_image(
33
  input_image,
34
  confidence_threshold,
 
28
  output_image = LABEL_ANNOTATOR.annotate(output_image, detections, labels=labels)
29
  return output_image
30
 
 
31
  def process_image(
32
  input_image,
33
  confidence_threshold,