bluexmas commited on
Commit
e919731
·
verified ·
1 Parent(s): 36a7e9c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ def translate(text):
28
 
29
  text = "Xin chào. Hôm nay thời tiết thế nào ạ?"
30
  print(text, "--->", translate(text))
31
- # 녕하세요, 오늘 날씨는 어떠세요?
32
 
33
  text = "Hôm nay thời tiết đẹp thật đấy."
34
  print(text, "--->", translate(text))
 
28
 
29
  text = "Xin chào. Hôm nay thời tiết thế nào ạ?"
30
  print(text, "--->", translate(text))
31
+ # 안녕하세요, 오늘 날씨는 어떠세요?
32
 
33
  text = "Hôm nay thời tiết đẹp thật đấy."
34
  print(text, "--->", translate(text))