boazchung commited on
Commit
d59a0d7
1 Parent(s): b412e31

Update translation.html

Browse files
Files changed (1) hide show
  1. translation.html +2 -2
translation.html CHANGED
@@ -77,8 +77,8 @@
77
  // Initialize the sentiment analysis model
78
  async function initializeModel() {
79
  const token = document.getElementById("hf-token").value;
80
- console.log(token);
81
- hf = new HfInference(token);
82
  console.log(hf);
83
  }
84
 
 
77
  // Initialize the sentiment analysis model
78
  async function initializeModel() {
79
  const token = document.getElementById("hf-token").value;
80
+ console.log("TOKEN: ", token);
81
+ hf = new HfInference();
82
  console.log(hf);
83
  }
84