--- 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. ```bash 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 # OR download data from tabrepo in ~/Downloads and then do # PYTHONPATH=. uv run python src/convert_tabrepo_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 :-)