robot-bengali-2 commited on
Commit
afb0964
1 Parent(s): ea3298f

Exclude profiles of all demo authors

Browse files
Files changed (1) hide show
  1. dashboard_utils/bubbles.py +2 -1
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', '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
 
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