Spaces:
Runtime error
Runtime error
Exclude profiles of all demo authors
Browse files
dashboard_utils/bubbles.py
CHANGED
|
@@ -10,7 +10,8 @@ from requests_futures.sessions import FuturesSession
|
|
| 10 |
|
| 11 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
| 12 |
|
| 13 |
-
EXCLUDED_PROFILES = {'borzunov', 'justheuristic', '
|
|
|
|
| 14 |
URL_QUICKSEARCH = "https://huggingface.co/api/quicksearch?"
|
| 15 |
WANDB_REPO = st.secrets["WANDB_REPO_INDIVIDUAL_METRICS"]
|
| 16 |
CACHE_TTL = 100
|
|
|
|
| 10 |
|
| 11 |
from dashboard_utils.time_tracker import _log, simple_time_tracker
|
| 12 |
|
| 13 |
+
EXCLUDED_PROFILES = {'borzunov', 'justheuristic', 'mryab', 'yhn112', 'SaulLu',
|
| 14 |
+
'training-transformers-together-machine', 'Upload'}
|
| 15 |
URL_QUICKSEARCH = "https://huggingface.co/api/quicksearch?"
|
| 16 |
WANDB_REPO = st.secrets["WANDB_REPO_INDIVIDUAL_METRICS"]
|
| 17 |
CACHE_TTL = 100
|