Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "yolo-volley-detection" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["nicola.landro <[email protected]>"] | |
| readme = "README.md" | |
| packages = [{include = "yolo_volley_detection"}] | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| matplotlib = "^3.6.2" | |
| gradio = "^3.9.1" | |
| opencv-python = "^4.6.0.66" | |
| numpy = "^1.23.4" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |