Spaces:
Running
Running
Commit
·
e7270ee
1
Parent(s):
ae6d4ce
docs: remove app build command from README as it is no longer relevant
Browse files- README.md +0 -1
- dashboard/requirements.txt +1 -0
README.md
CHANGED
@@ -8,7 +8,6 @@ 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 |
-
app_build_command: pip install .
|
12 |
sdk_version: 5.19.0
|
13 |
tags:
|
14 |
- leaderboard
|
|
|
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
|
dashboard/requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
gradio-leaderboard
|