Spaces:
Build error
Build error
Update app.py
Browse files
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,
|