Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "gradio-cmat" | |
| version = "0.1.0" | |
| description = "Gen correlation matrix via gradio (mainly for hf spaces)" | |
| authors = ["mikeee"] | |
| license = "MIT" | |
| [tool.poetry.dependencies] | |
| python = "^3.8" | |
| logzero = "^1.7.0" | |
| model-pool = "^0.1.3" | |
| gradio = "^2.9.4" | |
| [tool.poetry.dev-dependencies] | |
| pytest = "^7.1.2" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |