Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "test-space" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["kittchy <kinouchi.takahiro.tg@tut.jp>"] | |
| readme = "README.md" | |
| packages = [{include = "test_space"}] | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| gradio = "^3.40.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |