Spaces:
Running
Running
Commit
·
ae6d4ce
1
Parent(s):
1718fa0
docs: add app build command to README for installation instructions
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ app_file: dashboard/app.py
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
short_description: A cost/quality/speed Leaderboard for Inference Providers!
|
|
|
11 |
sdk_version: 5.19.0
|
12 |
tags:
|
13 |
- leaderboard
|
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
short_description: A cost/quality/speed Leaderboard for Inference Providers!
|
11 |
+
app_build_command: pip install .
|
12 |
sdk_version: 5.19.0
|
13 |
tags:
|
14 |
- leaderboard
|