Spaces:
Build error
Build error
File size: 427 Bytes
3b4ac2c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[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"
|