Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "rtdetr-space" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
license = "MIT" | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.11" | |
gradio = "^4.14.0" | |
onnxruntime = "^1.16.3" | |
numpy = "^1.26.3" | |
opencv-python = "^4.9.0.80" | |
pillow = "^10.2.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |