SaulLu commited on
Commit
9b7c2df
·
1 Parent(s): f478776

Revert "Exclude profiles of all demo authors"

Browse files

This reverts commit afb0964a2bd217a4587864a75e325b9f8ba64311.

Files changed (1) hide show
  1. dashboard_utils/bubbles.py +1 -2
dashboard_utils/bubbles.py CHANGED
@@ -10,8 +10,7 @@ from requests_futures.sessions import FuturesSession
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
 
10
 
11
  from dashboard_utils.time_tracker import _log, simple_time_tracker
12
 
13
+ EXCLUDED_PROFILES = {'borzunov', 'justheuristic', 'training-transformers-together-machine'}
 
14
  URL_QUICKSEARCH = "https://huggingface.co/api/quicksearch?"
15
  WANDB_REPO = st.secrets["WANDB_REPO_INDIVIDUAL_METRICS"]
16
  CACHE_TTL = 100