File size: 563 Bytes
357183e
 
 
 
 
 
 
 
 
 
 
 
 
ca50c7a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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).