Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,6 @@ def create_solutions(image_urls, all_bboxes, all_bboxes2):
|
|
| 38 |
ansx.append(ans)
|
| 39 |
|
| 40 |
box_id +=1
|
| 41 |
-
}
|
| 42 |
|
| 43 |
solutions.append({"url": image_url,'answer':ansx, "qcUser" : None, "normalfileID": file_id })
|
| 44 |
img_id +=1
|
|
|
|
| 38 |
ansx.append(ans)
|
| 39 |
|
| 40 |
box_id +=1
|
|
|
|
| 41 |
|
| 42 |
solutions.append({"url": image_url,'answer':ansx, "qcUser" : None, "normalfileID": file_id })
|
| 43 |
img_id +=1
|