Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,10 +50,10 @@ class Competition:
|
|
| 50 |
|
| 51 |
|
| 52 |
COMPETITIONS = [
|
| 53 |
-
Competition(id="
|
| 54 |
-
Competition(id="
|
| 55 |
]
|
| 56 |
-
DEFAULT_COMPETITION_ID = "
|
| 57 |
last_refresh = None
|
| 58 |
|
| 59 |
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
COMPETITIONS = [
|
| 53 |
+
Competition(id="p255", name="anispeech-speaker-new"),
|
| 54 |
+
Competition(id="p257", name="anispeech-speaker-old"),
|
| 55 |
]
|
| 56 |
+
DEFAULT_COMPETITION_ID = "p255"
|
| 57 |
last_refresh = None
|
| 58 |
|
| 59 |
|