Spaces:
Running
Running
upd
Browse files
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"]
|