Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -393,7 +393,6 @@ COUNTRY_LANGUAGES = {
|
|
| 393 |
"Germany": "de",
|
| 394 |
"France": "fr",
|
| 395 |
"Japan": "ja",
|
| 396 |
-
"China": "zh",
|
| 397 |
"India": "hi",
|
| 398 |
"Brazil": "pt",
|
| 399 |
"Mexico": "es",
|
|
@@ -464,7 +463,6 @@ COUNTRY_LOCATIONS = {
|
|
| 464 |
"Germany": "Germany",
|
| 465 |
"France": "France",
|
| 466 |
"Japan": "Japan",
|
| 467 |
-
"China": "China",
|
| 468 |
"India": "India",
|
| 469 |
"Brazil": "Brazil",
|
| 470 |
"Mexico": "Mexico",
|
|
|
|
| 393 |
"Germany": "de",
|
| 394 |
"France": "fr",
|
| 395 |
"Japan": "ja",
|
|
|
|
| 396 |
"India": "hi",
|
| 397 |
"Brazil": "pt",
|
| 398 |
"Mexico": "es",
|
|
|
|
| 463 |
"Germany": "Germany",
|
| 464 |
"France": "France",
|
| 465 |
"Japan": "Japan",
|
|
|
|
| 466 |
"India": "India",
|
| 467 |
"Brazil": "Brazil",
|
| 468 |
"Mexico": "Mexico",
|