ychenNLP commited on
Commit
56e6a43
1 Parent(s): def2874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -278,12 +278,14 @@ if __name__ == '__main__':
278
 
279
  outputs = gr.outputs.JSON()
280
 
281
- title = "NLLB 3.3B"
282
 
283
- demo_status = "Demo is running on CPU"
284
  description = f"{demo_status}"
285
  examples = [
286
- ['English', 'Chinese (Simplified)', 'i would like to find flights from [0] columbus [\0] to [1] minneapolis [\1] on [2] monday [\2] [3] june [\3] [4] fourteenth [\4] [5] early [\5] in the [6] morning [\6] [7] or [\7] in the [8] evening [\8] [9] sunday [\9] [10] june [\10] [11] thirteenth [\11] thank you']
 
 
287
  ]
288
 
289
  gr.Interface(translation,
 
278
 
279
  outputs = gr.outputs.JSON()
280
 
281
+ title = "EasyProject"
282
 
283
+ demo_status = "Check out our paper: Frustratingly Easy Label Projection for Cross-lingual Transfer (https://arxiv.org/abs/2211.15613)"
284
  description = f"{demo_status}"
285
  examples = [
286
+ ['English', 'Chinese (Simplified)', 'i would like to find flights from [0] columbus [/0] to [1] minneapolis [/1] on [2] monday [/2] [3] june [/3] [4] fourteenth [/4] [5] early [/5] in the [6] morning [/6] [7] or [/7] in the [8] evening [/8] [9] sunday [/9] [10] june [/10] [11] thirteenth [/11] thank you'],
287
+ ['English', 'Chinese (Simplified)', 'Only [France] and [Britain] backed [Fischer] ’s proposal.'],
288
+ ['English', 'Bambara', 'Only [France] and [Britain] backed [Fischer] ’s proposal.'],
289
  ]
290
 
291
  gr.Interface(translation,