Spaces:
Running
Running
| [tool.poetry] | |
| name = "python-template" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <[email protected]>"] | |
| [tool.poetry.dependencies] | |
| python = ">=3.10.0,<3.11" | |
| gradio = "^3.40.1" | |
| librosa = "^0.10.0.post2" | |
| soundfile = "^0.12.1" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" |