Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ if __name__ == '__main__':
|
|
285 |
examples = [
|
286 |
['English', 'Akan', "Davies is leaving to become chairman of the [London School of Economics]"],
|
287 |
['English', 'Telugu', 'Only [1] France [/1] and [2] Britain [/2] backed Fischer ’s proposal.'],
|
288 |
-
['English', 'Chinese (Simplified)', "Gordon Brown on Tuesday
|
289 |
['English', 'Afrikaans', "[1] Former [/1] senior banker [2] Callum McCarthy [/2] begins what is one of the most important jobs in London"],
|
290 |
['English', 'Kyrgyz', 'i would like to find flights from [0] columbus [/0] to [1] minneapolis [/1] on [2] monday june fourteenth [/2]'],
|
291 |
]
|
|
|
285 |
examples = [
|
286 |
['English', 'Akan', "Davies is leaving to become chairman of the [London School of Economics]"],
|
287 |
['English', 'Telugu', 'Only [1] France [/1] and [2] Britain [/2] backed Fischer ’s proposal.'],
|
288 |
+
['English', 'Chinese (Simplified)', "[1] Gordon Brown [/1] on Tuesday named the current [2] head [/2] of the country 's energy regulator as the new chairman."],
|
289 |
['English', 'Afrikaans', "[1] Former [/1] senior banker [2] Callum McCarthy [/2] begins what is one of the most important jobs in London"],
|
290 |
['English', 'Kyrgyz', 'i would like to find flights from [0] columbus [/0] to [1] minneapolis [/1] on [2] monday june fourteenth [/2]'],
|
291 |
]
|