whitphx's picture
whitphx HF Staff
fix
f26f75a
raw
history blame contribute delete
304 Bytes
[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",
]