smtsead commited on
Commit
8409acc
·
verified ·
1 Parent(s): 1fe0697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ MAX_CHARS = 500 # Strict character limit for reviews as per requirements
25
  # Note: Chinese model handles both Mandarin and Cantonese text
26
  SUPPORTED_LANGUAGES = {
27
  'en': 'English',
28
- 'zh': 'Chinese (Mandarin/Cantonese)',
29
  'ja': 'Japanese',
30
  'ko': 'Korean',
31
  'fr': 'French',
 
25
  # Note: Chinese model handles both Mandarin and Cantonese text
26
  SUPPORTED_LANGUAGES = {
27
  'en': 'English',
28
+ 'zh': 'Chinese',
29
  'ja': 'Japanese',
30
  'ko': 'Korean',
31
  'fr': 'French',