LLMDet_Arena / pyproject.toml
Darius Morawiec
Add initial space
f0f166f
raw
history blame contribute delete
153 Bytes
[project]
name = "llmdet-arena"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"gradio~=5.46.0",
"transformers[torch]~=4.56.1",
]