Spaces:
Running
Running
Commit
·
5cb4217
1
Parent(s):
b90f093
docs: add build command to README for installation instructions
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: green
|
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
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!
|
|
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
app_file: dashboard/app.py
|
8 |
+
build_command: pip install -r requirements.txt
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
11 |
short_description: A cost/quality/speed Leaderboard for Inference Providers!
|