Spaces:
Sleeping
Sleeping
Update tasks/image.py
Browse files- tasks/image.py +1 -1
tasks/image.py
CHANGED
|
@@ -20,7 +20,7 @@ load_dotenv()
|
|
| 20 |
|
| 21 |
router = APIRouter()
|
| 22 |
|
| 23 |
-
DESCRIPTION = "
|
| 24 |
ROUTE = "/image"
|
| 25 |
|
| 26 |
def parse_boxes(annotation_string):
|
|
|
|
| 20 |
|
| 21 |
router = APIRouter()
|
| 22 |
|
| 23 |
+
DESCRIPTION = "Convolutionnal Neural Network"
|
| 24 |
ROUTE = "/image"
|
| 25 |
|
| 26 |
def parse_boxes(annotation_string):
|