geoalgo's picture
local instructions
ca50c7a
|
raw
history blame
563 Bytes
---
title: Impermanent
emoji: ๐ŸŒ–
colorFrom: green
colorTo: red
sdk: gradio
sdk_version: 6.5.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: A live leaderboard on time-series that avoids contamination
---
## Local setup
To run locally, do the following.
### Prerequisites
Install [uv](https://docs.astral.sh/uv/getting-started/installation/).
### Install dependencies
```bash
uv sync
```
### Run the server
```bash
uv run python app.py
```
Then open http://localhost:7860 in your browser (or the other port shown in the logging).