Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
gradio==4.44.1
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ sdk: gradio
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
-
sdk_version:
|
| 11 |
---
|
| 12 |
|
| 13 |
# Start the configuration
|
|
@@ -42,4 +42,4 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
|
|
| 42 |
You'll find
|
| 43 |
- the main table' columns names and properties in `src/display/utils.py`
|
| 44 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
| 45 |
-
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
+
sdk_version: 4.44.1
|
| 11 |
---
|
| 12 |
|
| 13 |
# Start the configuration
|
|
|
|
| 42 |
You'll find
|
| 43 |
- the main table' columns names and properties in `src/display/utils.py`
|
| 44 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
| 45 |
+
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|