Spaces:
Build error
Build error
| [tool.poetry] | |
| name = "gradio-chatbot-test" | |
| version = "0.1.0" | |
| description = "Test huggingface" | |
| authors = ["Guillaume Soto"] | |
| license = "Open" | |
| readme = "README.md" | |
| package-mode = false | |
| [tool.poetry.dependencies] | |
| python = "^3.12" | |
| gradio = "^5.5.0" | |
| huggingface-hub = "^0.26.2" | |
| python-dotenv = "^1.0.1" | |
| langchain = "^0.3.7" | |
| requests = "^2.32.3" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |