ThomasSimonini HF staff commited on
Commit
85f8582
1 Parent(s): ee12b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from huggingface_hub import HfApi
3
  from matchmaking import *
4
  from background_task import init_matchmaking, get_elo_data
5
  from apscheduler.schedulers.background import BackgroundScheduler
 
6
 
7
  matchmaking = Matchmaking()
8
  api = HfApi()
 
3
  from matchmaking import *
4
  from background_task import init_matchmaking, get_elo_data
5
  from apscheduler.schedulers.background import BackgroundScheduler
6
+ from utils import *
7
 
8
  matchmaking = Matchmaking()
9
  api = HfApi()