TabArena-WIP / README.md
geoalgo's picture
instructions
5afc098

A newer version of the Gradio SDK is available: 5.28.0

Upgrade
metadata
title: TabArena
emoji: 🥇
colorFrom: green
colorTo: indigo
sdk: gradio
app_file: app.py
pinned: true
license: apache-2.0
short_description: TabArena
sdk_version: 4.44.0

How to use

Run the following to run the leaderboard, artificial data will be generated.

git clone https://huggingface.co/spaces/Tabrepo/TabArena-WIP
cd TabArena-WIP
# gradio only works with 3.10 
uv sync --python 3.10
PYTHONPATH=. uv run python src/generate_dummy_data.py
PYTHONPATH=. uv run python app.py  

The instructions use uv if you are still using conda or other consider switching to improve your life :-)