Spaces:
Runtime error
Runtime error
Merge remote-tracking branch 'space/main'
Browse files- requirements.txt +4 -2
- utils.py +0 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
python-dotenv
|
| 3 |
streamlit==1.10.0
|
| 4 |
datasets<2.3
|
|
@@ -9,4 +9,6 @@ typer
|
|
| 9 |
py7zr<0.19
|
| 10 |
openpyxl<3.1
|
| 11 |
# Dirty bug from Google
|
| 12 |
-
protobuf<=3.20.1
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub>=0.11
|
| 2 |
python-dotenv
|
| 3 |
streamlit==1.10.0
|
| 4 |
datasets<2.3
|
|
|
|
| 9 |
py7zr<0.19
|
| 10 |
openpyxl<3.1
|
| 11 |
# Dirty bug from Google
|
| 12 |
+
protobuf<=3.20.1
|
| 13 |
+
# Bug from Streamlit
|
| 14 |
+
altair<5
|
utils.py
CHANGED
|
@@ -127,7 +127,6 @@ def commit_evaluation_log(evaluation_log, hf_access_token=None):
|
|
| 127 |
local_dir=LOGS_REPO,
|
| 128 |
clone_from=logs_repo_url,
|
| 129 |
repo_type="dataset",
|
| 130 |
-
private=True,
|
| 131 |
use_auth_token=hf_access_token,
|
| 132 |
)
|
| 133 |
logs_repo.git_pull()
|
|
|
|
| 127 |
local_dir=LOGS_REPO,
|
| 128 |
clone_from=logs_repo_url,
|
| 129 |
repo_type="dataset",
|
|
|
|
| 130 |
use_auth_token=hf_access_token,
|
| 131 |
)
|
| 132 |
logs_repo.git_pull()
|