Pontonkid commited on
Commit
6dc2da2
verified
1 Parent(s): d868715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -46,5 +46,9 @@ if __name__ == "__main__":
46
  ],
47
  outputs=gr.TextArea(label="Translation results", show_copy_button=True),
48
  flagging_mode="never",
49
-
 
 
 
 
50
  ).launch()
 
46
  ],
47
  outputs=gr.TextArea(label="Translation results", show_copy_button=True),
48
  flagging_mode="never",
49
+ examples=[
50
+ ["褰╀簯灏忚瘧銇渶楂樸伄缈昏ǔ銈点兗銉撱偣銇с仚", "auto2en"],
51
+ ["Lingocloud is the best translation service.", "auto2zh"],
52
+ ],
53
+ cache_examples=False,
54
  ).launch()