boazchung commited on
Commit
415f6bf
1 Parent(s): 9bef67f

Update index.html

Browse files
Files changed (1) hide show
  1. 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: ''KETI-AIR-Downstream/long-ke-t5-base-translation-aihub-bidirection',
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);