File size: 304 Bytes
b59a5d0 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[project]
name = "leaderboard"
version = "0.1.0"
description = "Transformers.js Benchmark Leaderboard - Display benchmark results from HuggingFace Dataset"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.49.1",
"huggingface-hub>=0.35.3",
"pandas>=2.3.3",
"python-dotenv>=1.1.1",
]
|