Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "gradio-playground" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["masakio0601 <115803278+utatane-kio@users.noreply.github.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| openai = "^0.28.0" | |
| gradio = "^3.44.4" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |