myshell-test commited on
Commit
14bf5b8
·
verified ·
1 Parent(s): 58ee278

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -49,10 +49,10 @@ class Competition:
49
 
50
 
51
  COMPETITIONS = [
52
- Competition(id="p376", name="vctk-speaker-new"),
53
- Competition(id="p234", name="vctk-speaker-old"),
54
  ]
55
- DEFAULT_COMPETITION_ID = "p376"
56
  last_refresh = None
57
 
58
 
 
49
 
50
 
51
  COMPETITIONS = [
52
+ Competition(id="p310", name="vctk-speaker-new"),
53
+ Competition(id="p376", name="vctk-speaker-old"),
54
  ]
55
+ DEFAULT_COMPETITION_ID = "p310"
56
  last_refresh = None
57
 
58