boazchung commited on
Commit
4f00d6e
1 Parent(s): 242a562

Update translation.html

Browse files
Files changed (1) hide show
  1. translation.html +1 -1
translation.html CHANGED
@@ -92,7 +92,7 @@
92
  const textFieldValue = document.getElementById("translationText2").value.trim();
93
  console.log(textFieldValue)
94
  try {
95
- let result = await hf.translation({
96
  model: 't5-base',
97
  inputs: textFieldValue,
98
  });
 
92
  const textFieldValue = document.getElementById("translationText2").value.trim();
93
  console.log(textFieldValue)
94
  try {
95
+ const result = await hf.translation({
96
  model: 't5-base',
97
  inputs: textFieldValue,
98
  });