Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,10 +49,10 @@ class Competition:
|
|
49 |
|
50 |
|
51 |
COMPETITIONS = [
|
52 |
-
Competition(id="
|
53 |
-
Competition(id="
|
54 |
]
|
55 |
-
DEFAULT_COMPETITION_ID = "
|
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 |
|