Spaces:
Sleeping
Sleeping
File size: 635 Bytes
98efca2 c4c30b8 98efca2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[project]
name = "fun-image-caption"
version = "0.1.0"
description = "This Gradio app processes images and provides descriptions in different voice personas using a LangGraph workflow."
authors = [
{name = "Dylan",email = "[email protected]"}
]
readme = "README.md"
requires-python = "==3.10.13"
dependencies = [
"langgraph (>=0.3.18,<0.4.0)",
"pillow (>=11.1.0,<12.0.0)",
"gradio (>=5.22.0,<6.0.0)",
"transformers (==4.50.0)",
"torch (==2.4.0)",
"bitsandbytes (~=0.41.3)",
"accelerate (==1.2.1)",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
|