geoalgo commited on
Commit
ca50c7a
·
1 Parent(s): d684081

local instructions

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -11,4 +11,24 @@ license: apache-2.0
11
  short_description: A live leaderboard on time-series that avoids contamination
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  short_description: A live leaderboard on time-series that avoids contamination
12
  ---
13
 
14
+ ## Local setup
15
+
16
+ To run locally, do the following.
17
+
18
+ ### Prerequisites
19
+
20
+ Install [uv](https://docs.astral.sh/uv/getting-started/installation/).
21
+
22
+ ### Install dependencies
23
+
24
+ ```bash
25
+ uv sync
26
+ ```
27
+
28
+ ### Run the server
29
+
30
+ ```bash
31
+ uv run python app.py
32
+ ```
33
+
34
+ Then open http://localhost:7860 in your browser (or the other port shown in the logging).