Spaces:
Sleeping
Sleeping
File size: 277 Bytes
5884015 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "chat-with-evison"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.1.0",
"openai>=2.9.0",
"pypdf>=6.4.1",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]
|