Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -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: '
|
| 65 |
inputs: textToTranslate,
|
| 66 |
});
|
| 67 |
console.log(result);
|
|
|
|
| 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);
|