boazchung commited on
Commit
9bef67f
ยท
verified ยท
1 Parent(s): fdc8dcd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -40,7 +40,7 @@
40
  <label for="text-to-translate">Text to Translate</label>
41
  <input
42
  id="text-to-translate"
43
- value="My name is Wolfgang and I live in Amsterdam"
44
  placeholder="Enter some text here"
45
  type="text"
46
  autocomplete="off"
@@ -61,7 +61,7 @@
61
 
62
  // You can also omit "model" to use the recommended model for the task
63
  const result = await hf.translation({
64
- model: 't5-base',
65
  inputs: textToTranslate,
66
  });
67
  console.log(result);
 
40
  <label for="text-to-translate">Text to Translate</label>
41
  <input
42
  id="text-to-translate"
43
+ value="translate_ko2en: IBM ์™“์ŠจX๋Š” AI ๋ฐ ๋ฐ์ดํ„ฐ ํ”Œ๋žซํผ์ด๋‹ค. ํŒŒ์šด๋ฐ์ด์…˜ ๋ชจ๋ธ์— ๋Œ€ํ•œ ๊ธฐ์ˆ ๊ณผ ์„œ๋น„์Šค๋ฅผ ์ œ๊ณตํ•œ๋‹ค"
44
  placeholder="Enter some text here"
45
  type="text"
46
  autocomplete="off"
 
61
 
62
  // You can also omit "model" to use the recommended model for the task
63
  const result = await hf.translation({
64
+ model: ''KETI-AIR-Downstream/long-ke-t5-base-translation-aihub-bidirection',
65
  inputs: textToTranslate,
66
  });
67
  console.log(result);