Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "minimal-huggingfacespaces-gradio" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Brandon Pollack <brandonpollack23@gmail.com>"] | |
| license = "Apache 2.0" | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| gradio = "^4.15.0" | |
| fastai = "^2.7.13" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |