Spaces:
Running
Running
Commit
·
c786864
1
Parent(s):
288d991
[fix bug] update requirements.txt
Browse files- .github/workflows/main.yaml +1 -1
- requirements.txt +2 -2
.github/workflows/main.yaml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push https://hanhainebula:$HF_TOKEN@huggingface.co/spaces/AIR-Bench/leaderboard_backend main
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push --force https://hanhainebula:$HF_TOKEN@huggingface.co/spaces/AIR-Bench/leaderboard_backend main
|
requirements.txt
CHANGED
|
@@ -2,8 +2,8 @@ APScheduler>=3.10.1
|
|
| 2 |
black>=23.11.0
|
| 3 |
click>=8.1.3
|
| 4 |
datasets>=2.14.5
|
| 5 |
-
gradio
|
| 6 |
-
gradio_client
|
| 7 |
huggingface-hub==0.34.3
|
| 8 |
numpy>=1.24.2
|
| 9 |
pandas>=2.0.0
|
|
|
|
| 2 |
black>=23.11.0
|
| 3 |
click>=8.1.3
|
| 4 |
datasets>=2.14.5
|
| 5 |
+
gradio>=4.29.0
|
| 6 |
+
gradio_client>=0.16.1
|
| 7 |
huggingface-hub==0.34.3
|
| 8 |
numpy>=1.24.2
|
| 9 |
pandas>=2.0.0
|