Spaces:
Running
Running
Update index.html
Browse files- 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="
|
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);
|