gradio_playground / pyproject.toml
masakio0601
Add app file
b45f9cf
raw
history blame contribute delete
341 Bytes
[tool.poetry]
name = "gradio-playground"
version = "0.1.0"
description = ""
authors = ["masakio0601 <[email protected]>"]
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"