Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "brand-tune" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Václav Volhejn <[email protected]>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| gradio = "^3.32.0" | |
| openai = "^0.27.7" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |