keithhon commited on
Commit
12bf218
1 Parent(s): 68d06c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ if __name__ == '__main__':
75
  demo_status = "Demo is running on CPU"
76
  description = f"Details: https://github.com/facebookresearch/fairseq/tree/nllb. {demo_status}"
77
  examples = [
78
- ['Chinese (Traditional)', 'English', '你好']
79
  ]
80
 
81
  gr.Interface(translation,
 
75
  demo_status = "Demo is running on CPU"
76
  description = f"Details: https://github.com/facebookresearch/fairseq/tree/nllb. {demo_status}"
77
  examples = [
78
+ ['Yue Chinese', 'English', '你食咗飯未?']
79
  ]
80
 
81
  gr.Interface(translation,